]> granicus.if.org Git - python/commit
Issue #26885: xmlrpc now supports unmarshalling additional data types used
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 08:23:38 +0000 (11:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 08:23:38 +0000 (11:23 +0300)
commit352601ca00376aaf07d4399096f985d3d8ecb96f
treedb43e391a0593aae173dcaa0cbea5f8f8ac84478
parent9fab79bcb5b83dc0247ce4cd60486341c73e7fd5
Issue #26885: xmlrpc now supports unmarshalling additional data types used
by Apache XML-RPC implementation for numerics and None.
Doc/library/xmlrpc.client.rst
Doc/whatsnew/3.6.rst
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS