diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-20 08:34:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-20 08:34:27 (GMT) |
commit | aebb6d3682e08c93d8468a9291180c5cbdc2df1b (patch) | |
tree | ba0911b049da0af81e28d8335224653285bd77e8 /Misc | |
parent | 744fdfbf9a749c3adfe01d927af15a5b54e75878 (diff) | |
download | cpython-aebb6d3682e08c93d8468a9291180c5cbdc2df1b.zip cpython-aebb6d3682e08c93d8468a9291180c5cbdc2df1b.tar.gz cpython-aebb6d3682e08c93d8468a9291180c5cbdc2df1b.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
@@ -46,6 +46,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(). |