summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-05-28 09:19:19 (GMT)
committerNed Deily <nad@acm.org>2011-05-28 09:19:19 (GMT)
commitb8e59f77e65ba4caeda8d910bd66df01a468cbea (patch)
treefac7e3f59b617ce67aefd954f0fd67abf099b094 /Misc
parent9a7c524dc613595e0d88b3e22b0e49b69467ffc4 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 80fda10..c698d73 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -563,6 +563,7 @@ Skip Montanaro
Paul Moore
Derek Morr
James A Morrison
+Mher Movsisyan
Sjoerd Mullender
Sape Mullender
Michael Muller
diff --git a/Misc/NEWS b/Misc/NEWS
index dada5c2..ec1bbf2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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