]> granicus.if.org Git - python/commitdiff
Mention the expat upgrade and pyexpat fix I put in 2.5b1.
authorTrent Mick <trentm@activestate.com>
Wed, 28 Jun 2006 20:30:41 +0000 (20:30 +0000)
committerTrent Mick <trentm@activestate.com>
Wed, 28 Jun 2006 20:30:41 +0000 (20:30 +0000)
Misc/NEWS

index 61170a0d1b5dfda4cf3c56c5d1c2530602ef2435..3f56f5a0cb7bb0a805b16232c77daa415d8ccdae 100644 (file)
--- 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.