From: Fred Drake Date: Tue, 21 Oct 2003 15:41:59 +0000 (+0000) Subject: Note the update to Expat 1.95.7. X-Git-Tag: v2.4a1~1403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de05032cc9d844f30c91d564298581244b53285d;p=python Note the update to Expat 1.95.7. --- diff --git a/Misc/NEWS b/Misc/NEWS index 52ed529e2e..203972d510 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -47,6 +47,8 @@ Core and builtins Extension modules ----------------- +- The xml.parsers.expat module now provides Expat 1.95.7. + - socket.IPPROTO_IPV6 was added. - readline.clear_history was added.