diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-11 08:23:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-11 08:23:38 (GMT) |
commit | 352601ca00376aaf07d4399096f985d3d8ecb96f (patch) | |
tree | db43e391a0593aae173dcaa0cbea5f8f8ac84478 /Misc/NEWS | |
parent | 9fab79bcb5b83dc0247ce4cd60486341c73e7fd5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |