summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-15 16:26:08 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-15 16:26:08 (GMT)
commitc01537f742c3d2591016ef29bb20e3a26482be78 (patch)
tree8bfbae8edc301dd336c4f856cc030b33f895e040 /Misc
parent6c6a4d02491124453d305262e53e8e6d71a9158b (diff)
downloadcpython-c01537f742c3d2591016ef29bb20e3a26482be78.zip
cpython-c01537f742c3d2591016ef29bb20e3a26482be78.tar.gz
cpython-c01537f742c3d2591016ef29bb20e3a26482be78.tar.bz2
#9054: fix crash when using pyexpat with a system expat lib version 2.0.1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abba90d..6f3d36f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Library
Extensions
----------
+- Issue #9054: Fix a crash occurring when using the pyexpat module
+ with expat version 2.0.1.
+
- Issue #5355: Provide mappings from Expat error numbers to string
descriptions and backwards, in order to actually make it possible
to analyze error codes provided by ExpatError.