summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-23 13:15:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-23 13:15:06 (GMT)
commitc083537b8731c8f2ffe607a12f96a3eb95f788f7 (patch)
treec1687e6f23de98a1f0b8787a89af8516a9b5e60c /Misc
parenta7834d31c7cec6948f56d5f0b9c9a5ff29b5d05e (diff)
parent065266450ea5519a43bcc199e48d304f1e7038e8 (diff)
downloadcpython-c083537b8731c8f2ffe607a12f96a3eb95f788f7.zip
cpython-c083537b8731c8f2ffe607a12f96a3eb95f788f7.tar.gz
cpython-c083537b8731c8f2ffe607a12f96a3eb95f788f7.tar.bz2
Issue #21538: The plistlib module now supports loading of binary plist files
when reference or offset size is not a power of two.
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 53abb67..dd6b8a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Core and Builtins
Library
-------
+- Issue #21538: The plistlib module now supports loading of binary plist files
+ when reference or offset size is not a power of two.
+
- Issue #21455: Add a default backlog to socket.listen().
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.