diff options
author | Ned Deily <nad@acm.org> | 2011-05-28 10:02:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-05-28 10:02:30 (GMT) |
commit | 32b5cb0a66956785275c62e1d20b6e5ee4241079 (patch) | |
tree | 2c830d489ec2d9fc76c930089a119fe7744a7824 /Misc | |
parent | 056f5b9dadd834c26fc6deb87a831b6a3d9f4bf7 (diff) | |
parent | b8e59f77e65ba4caeda8d910bd66df01a468cbea (diff) | |
download | cpython-32b5cb0a66956785275c62e1d20b6e5ee4241079.zip cpython-32b5cb0a66956785275c62e1d20b6e5ee4241079.tar.gz cpython-32b5cb0a66956785275c62e1d20b6e5ee4241079.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
@@ -608,6 +608,7 @@ Paul Moore Derek Morr James A Morrison Pablo Mouzo +Mher Movsisyan Sjoerd Mullender Sape Mullender Michael Muller @@ -18,6 +18,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 |