commit | a12aa88fd87f8992bbd137517c4c90f27e36c4e4 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Jul 06 06:45:08 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Jul 06 06:45:08 2006 +0000 |
tree | 70614147f6aa1ff1a0c8943da471faeef2e67948 | |
parent | 24a0f41d8380b3a13aef9c728394ba0c20b9cb90 [diff] [blame] |
Add a NEWS entry for a recent pyexpat fix
diff --git a/Misc/NEWS b/Misc/NEWS index e45bd1e..261981d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,9 @@ - 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 -----