httplib patch for 2.4 (was: Re: [Python-Dev] 2.4a2 ...) (original) (raw)

John J Lee jjl at pobox.com
Mon Aug 2 15:30:39 CEST 2004


On Mon, 2 Aug 2004, Anthony Baxter wrote: [...]

We're aiming for 2.4a2 this Thursday - so can people please hold off on checking into the trunk from Wednesday evening onwards, please. [...]

Would somebody mind checking this in:

http://www.python.org/sf/997626

It fixes a bug in httplib which badly breaks urllib2 now that urllib2 is using httplib.HTTPConnection instead of httplib.HTTP (POSTs don't work).

It includes patch and a new test, and does not require doc updates, but nobody has reviewed it yet.

John



More information about the Python-Dev mailing list