summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:49:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:49:31 (GMT)
commit8966759b031ce9977e038c5db1d8ed47c6c827a6 (patch)
treeea99d8ff1d15c264e4891df32ab6d707098ad201 /Misc
parent64a12072801d0acb97bc259cf3db294771366d1c (diff)
downloadcpython-8966759b031ce9977e038c5db1d8ed47c6c827a6.zip
cpython-8966759b031ce9977e038c5db1d8ed47c6c827a6.tar.gz
cpython-8966759b031ce9977e038c5db1d8ed47c6c827a6.tar.bz2
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
specified.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2845d9f..2dc905d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
+ specified.
+
- Issue #21044: tarfile.open() now handles fileobj with an integer 'name'
attribute. Based on patch by Antoine Pietri.