[Python-checkins] r47153 - python/trunk/Misc/NEWS

trent.mick python-checkins at python.org
Wed Jun 28 22:30:41 CEST 2006


Author: trent.mick
Date: Wed Jun 28 22:30:41 2006
New Revision: 47153

Modified:
   python/trunk/Misc/NEWS
Log:
Mention the expat upgrade and pyexpat fix I put in 2.5b1.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Jun 28 22:30:41 2006
@@ -141,6 +141,10 @@
 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.
 


More information about the Python-checkins mailing list