diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 17:04:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 17:04:30 (GMT) |
commit | 7338ebc4ba00366fa2c4f592630c2acd98c178d8 (patch) | |
tree | e2ee56692ed4450f6b208ed13156c6097feb61ef /Misc/NEWS | |
parent | 7fd9f4b458dcc6416ccbc9731889a765f5df7960 (diff) | |
download | cpython-7338ebc4ba00366fa2c4f592630c2acd98c178d8.zip cpython-7338ebc4ba00366fa2c4f592630c2acd98c178d8.tar.gz cpython-7338ebc4ba00366fa2c4f592630c2acd98c178d8.tar.bz2 |
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ Core and Builtins Library ------- +- Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. + - Issue #28322: Fixed possible crashes when unpickle itertools objects from incorrect pickle data. Based on patch by John Leitch. |