]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Jan 2016 17:35:23 +0000 (19:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Jan 2016 17:35:23 +0000 (19:35 +0200)
commit2f173fe26b48eddfb76a715db476063e95531ff6
tree50787b1f43d06b9c5e15f4dd32cad6c888ba74f7
parent43beaebffb55e0b9250d996fd7a10f6e575f34e0
Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.
Lib/test/test_xmlrpc.py
Lib/xmlrpclib.py
Misc/NEWS