summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-23 13:13:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-23 13:13:33 (GMT)
commit065266450ea5519a43bcc199e48d304f1e7038e8 (patch)
treeb88904805e57b2a8ff92093e67c3684cebbf7ab2 /Misc
parentf01fffedd1e0ee29c4535e9b10e39c3654f159d7 (diff)
downloadcpython-065266450ea5519a43bcc199e48d304f1e7038e8.zip
cpython-065266450ea5519a43bcc199e48d304f1e7038e8.tar.gz
cpython-065266450ea5519a43bcc199e48d304f1e7038e8.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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a32df2e..6bee579 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,12 @@ Core and Builtins
time issue noticeable when compiling code with a large number of "and"
and "or" operators.
+Library
+-------
+
+- Issue #21538: The plistlib module now supports loading of binary plist files
+ when reference or offset size is not a power of two.
+
Tests
-----