From: Neal Norwitz Date: Thu, 6 Jul 2006 06:45:08 +0000 (+0000) Subject: Add a NEWS entry for a recent pyexpat fix X-Git-Tag: v2.5b2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a12aa88fd87f8992bbd137517c4c90f27e36c4e4;p=python Add a NEWS entry for a recent pyexpat fix --- diff --git a/Misc/NEWS b/Misc/NEWS index e45bd1e19b..261981ddd4 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 -----