diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-20 08:41:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-20 08:41:33 (GMT) |
commit | 5ccbf79eaea74814a16618879919ff470dc5131f (patch) | |
tree | 84a426749f34b3efcabc25bd6429f7eda02806ac /Misc | |
parent | 5d69e6871a2a0b7e06ca9304eca47428b82e3d38 (diff) | |
parent | aebb6d3682e08c93d8468a9291180c5cbdc2df1b (diff) | |
download | cpython-5ccbf79eaea74814a16618879919ff470dc5131f.zip cpython-5ccbf79eaea74814a16618879919ff470dc5131f.tar.gz cpython-5ccbf79eaea74814a16618879919ff470dc5131f.tar.bz2 |
Issue #26147: xmlrpc now works with strings not encodable with used
non-UTF-8 encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -133,6 +133,9 @@ Core and Builtins Library ------- +- Issue #26147: xmlrpc now works with strings not encodable with used + non-UTF-8 encoding. + - Issue #25935: Garbage collector now breaks reference loops with OrderedDict. - Issue #16620: Fixed AttributeError in msilib.Directory.glob(). |