summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-07-06 06:45:08 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-07-06 06:45:08 (GMT)
commita12aa88fd87f8992bbd137517c4c90f27e36c4e4 (patch)
tree70614147f6aa1ff1a0c8943da471faeef2e67948 /Misc
parent24a0f41d8380b3a13aef9c728394ba0c20b9cb90 (diff)
downloadcpython-a12aa88fd87f8992bbd137517c4c90f27e36c4e4.zip
cpython-a12aa88fd87f8992bbd137517c4c90f27e36c4e4.tar.gz
cpython-a12aa88fd87f8992bbd137517c4c90f27e36c4e4.tar.bz2
Add a NEWS entry for a recent pyexpat fix
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 e45bd1e..261981d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@ Extension Modules
- Bug #1512695: cPickle.loads could crash if it was interrupted with
a KeyboardInterrupt.
+- Bug #1296433: parsing XML with a non-default encoding and
+ a CharacterDataHandler could crash the interpreter in pyexpat.
+
Build
-----