Mention the expat upgrade and pyexpat fix I put in 2.5b1.

This commit is contained in:
Trent Mick 2006-06-28 20:30:41 +00:00
parent 1be63af41d
commit 960a3f88e5
1 changed files with 4 additions and 0 deletions

View File

@ -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.