commit | b8e59f77e65ba4caeda8d910bd66df01a468cbea | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat May 28 02:19:19 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Sat May 28 02:19:19 2011 -0700 |
tree | fac7e3f59b617ce67aefd954f0fd67abf099b094 | |
parent | 9a7c524dc613595e0d88b3e22b0e49b69467ffc4 [diff] [blame] |
Issue #985064: Make plistlib more resilient to faulty input plists. Patch by Mher Movsisyan.
diff --git a/Misc/NEWS b/Misc/NEWS index dada5c2..ec1bbf2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -80,6 +80,9 @@ 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