summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-20 08:34:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-20 08:34:27 (GMT)
commitaebb6d3682e08c93d8468a9291180c5cbdc2df1b (patch)
treeba0911b049da0af81e28d8335224653285bd77e8 /Misc
parent744fdfbf9a749c3adfe01d927af15a5b54e75878 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f44b3dd..3fe9bd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().