diff options
author | Ned Deily <nad@acm.org> | 2011-05-28 09:19:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-05-28 09:19:19 (GMT) |
commit | b8e59f77e65ba4caeda8d910bd66df01a468cbea (patch) | |
tree | fac7e3f59b617ce67aefd954f0fd67abf099b094 /Misc | |
parent | 9a7c524dc613595e0d88b3e22b0e49b69467ffc4 (diff) | |
download | cpython-b8e59f77e65ba4caeda8d910bd66df01a468cbea.zip cpython-b8e59f77e65ba4caeda8d910bd66df01a468cbea.tar.gz cpython-b8e59f77e65ba4caeda8d910bd66df01a468cbea.tar.bz2 |
Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -563,6 +563,7 @@ Skip Montanaro Paul Moore Derek Morr James A Morrison +Mher Movsisyan Sjoerd Mullender Sape Mullender Michael Muller @@ -80,6 +80,9 @@ Core and Builtins Library ------- +- Issue #985064: Make plistlib more resilient to faulty input plists. + Patch by Mher Movsisyan. + - Issue #12175: RawIOBase.readall() now returns None if read() returns None. - Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError |