summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-24 14:16:05 +0000
committerGeorg Brandl <georg@python.org>2010-10-24 14:16:05 +0000
commit223bd7270f01b7893e8e54c61e0930f796851530 (patch)
tree57ff86f2638ebc6d0c97c38b43daeb82f3c3f1fc /Misc
parentab17e81fc00554d6f4b31901319cddd3963d892a (diff)
downloadcpython-223bd7270f01b7893e8e54c61e0930f796851530.tar.gz
Merged revisions 85536 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85536 | georg.brandl | 2010-10-15 18:26:08 +0200 (Fr, 15 Okt 2010) | 1 line #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 41d90d0f96..dcde292cb0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -345,6 +345,9 @@ Library
Extension Modules
-----------------
+- Issue #9054: Fix a crash occurring when using the pyexpat module
+ with expat version 2.0.1.
+
- Issue #10003: Allow handling of SIGBREAK on Windows. Fixes a regression
introduced by issue #9324.