summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2006-06-28 20:30:41 (GMT)
committerTrent Mick <trentm@activestate.com>2006-06-28 20:30:41 (GMT)
commit960a3f88e5f49474f046d7e9bb9133f0ecbda5a5 (patch)
tree2d8819da435c5c002bf041755e6f8c4152592334 /Misc
parent1be63af41d3a21f98b8514cfd059df453afb7039 (diff)
downloadcpython-960a3f88e5f49474f046d7e9bb9133f0ecbda5a5.zip
cpython-960a3f88e5f49474f046d7e9bb9133f0ecbda5a5.tar.gz
cpython-960a3f88e5f49474f046d7e9bb9133f0ecbda5a5.tar.bz2
Mention the expat upgrade and pyexpat fix I put in 2.5b1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 61170a0..3f56f5a 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.