This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catlee
Recipients catlee
Date 2008-12-05.16:43:39
SpamBayes Score 1.2964887e-05
Marked as misclassified No
Message-id <1228495425.95.0.445374616515.issue3243@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch implements this for python 2.7.  It also adds support
for iterable bodies in urllib2, where it is more generally useful. 
urllib2 enforces the presence of a Content-Length header in the request
if the body is an iterable, whereas httplib does not.

The patch also includes updates to docs and tests (which all pass as of
r67584 on my macbook)
History
Date User Action Args
2008-12-05 16:43:46catleesetrecipients: + catlee
2008-12-05 16:43:45catleesetmessageid: <1228495425.95.0.445374616515.issue3243@psf.upfronthosting.co.za>
2008-12-05 16:43:44catleelinkissue3243 messages
2008-12-05 16:43:44catleecreate