From: Trent Mick Date: Wed, 28 Jun 2006 20:30:41 +0000 (+0000) Subject: Mention the expat upgrade and pyexpat fix I put in 2.5b1. X-Git-Tag: v2.5b2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=960a3f88e5f49474f046d7e9bb9133f0ecbda5a5;p=thirdparty%2FPython%2Fcpython.git Mention the expat upgrade and pyexpat fix I put in 2.5b1. --- diff --git a/Misc/NEWS b/Misc/NEWS index 61170a0d1b5d..3f56f5a0cb7b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -141,6 +141,10 @@ Core and builtins Extension Modules ----------------- +- Bug #1295808: expat symbols should be namespaced in pyexpat + +- Patch #1462338: Upgrade pyexpat to expat 2.0.0 + - Change binascii.hexlify to accept a read-only buffer instead of only a char buffer and actually follow its documentation.