summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:50:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:50:19 (GMT)
commit37f50e0c6b53c3df194ba412f71719ac85b87b42 (patch)
tree3c67b657a084cbbf179190c5a4e905c7745c6a0f /Misc/NEWS
parentf1062762f2432f755dc596b24a37a1e613554469 (diff)
parent8966759b031ce9977e038c5db1d8ed47c6c827a6 (diff)
downloadcpython-37f50e0c6b53c3df194ba412f71719ac85b87b42.zip
cpython-37f50e0c6b53c3df194ba412f71719ac85b87b42.tar.gz
cpython-37f50e0c6b53c3df194ba412f71719ac85b87b42.tar.bz2
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
specified.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 162bf43..0356347 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,9 @@ Core and Builtins
Library
-------
+- Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
+ specified.
+
- Issue #22032: __qualname__ instead of __name__ is now always used to format
fully qualified class names of Python implemented classes.