]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.
authorGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 23:45:42 +0000 (23:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 23:45:42 +0000 (23:45 +0000)
commitcfe02a498b107a6436003e2bf7a48aefe4e3d59f
treeeac6d7f4402753f357921978ef2b2d3aed82c3a0
parent2523621693102663ff449237ef07810d9e6fa919
Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.
(Note that test_xmlrpc isn't touched by the fixes!)  There were two
separate issues; (a) BaseHTTPServer was using a TextIOWrapper which
was swallowing some of the POST body; (b) the getheaders() API was
changed but (due to integration of 2.6 code) the code wasn't modified.
Lib/BaseHTTPServer.py
Lib/xmlrpclib.py