]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for a recent pyexpat fix
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 6 Jul 2006 06:45:08 +0000 (06:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 6 Jul 2006 06:45:08 +0000 (06:45 +0000)
Misc/NEWS

index e45bd1e19b3ad8a7feac1e3e44032b979b6d49eb..261981ddd4f3da22b6bde23c800f4792d460f41f 100644 (file)
--- 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
 -----