]> granicus.if.org Git - python/commit
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 4 Oct 2016 17:08:29 +0000 (20:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 4 Oct 2016 17:08:29 +0000 (20:08 +0300)
commitdb8d6265fa86a7cb9d7c5e4d60e3b342edc90176
tree08a881907b27ab5cfe8ffc3a6e4e84a797bb338f
parent27b40981f7529f2be8031fe4cfd5e5391f789743
parent7338ebc4ba00366fa2c4f592630c2acd98c178d8
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS