diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-06 06:45:08 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-06 06:45:08 (GMT) |
commit | a12aa88fd87f8992bbd137517c4c90f27e36c4e4 (patch) | |
tree | 70614147f6aa1ff1a0c8943da471faeef2e67948 /Misc | |
parent | 24a0f41d8380b3a13aef9c728394ba0c20b9cb90 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |