summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-11 08:23:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-11 08:23:38 (GMT)
commit352601ca00376aaf07d4399096f985d3d8ecb96f (patch)
treedb43e391a0593aae173dcaa0cbea5f8f8ac84478 /Misc/NEWS
parent9fab79bcb5b83dc0247ce4cd60486341c73e7fd5 (diff)
downloadcpython-352601ca00376aaf07d4399096f985d3d8ecb96f.zip
cpython-352601ca00376aaf07d4399096f985d3d8ecb96f.tar.gz
cpython-352601ca00376aaf07d4399096f985d3d8ecb96f.tar.bz2
Issue #26885: xmlrpc now supports unmarshalling additional data types used
by Apache XML-RPC implementation for numerics and None.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc41d88..6b30a10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,9 @@ Core and Builtins
Library
-------
+- Issue #26885: xmlrpc now supports unmarshalling additional data types used
+ by Apache XML-RPC implementation for numerics and None.
+
- Issue #28070: Fixed parsing inline verbose flag in regular expressions.
- Issue #19500: Add client-side SSL session resumption to the ssl module.