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 edevil
Recipients Carl.Nobile, cdwave, edevil, jjlee, nikratio, nnorwitz, orsenthil, rharris, terry.reedy
Date 2012-07-11.11:32:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342006372.07.0.308072039577.issue1346874@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an updated patch against 2.7.3. It solves a bug in the tests and implements Carl's suggestion. The new tests pass and it updates the documentation as well.

As for inclusion in 2.7, as this is in fact solving a bug, I would vote for it. Right now, if the client sends an "Expect" header, httplib will send the body of the request along, which is against the RFC. It is backwards-compatible.
History
Date User Action Args
2012-07-11 11:32:52edevilsetrecipients: + edevil, nnorwitz, terry.reedy, jjlee, orsenthil, cdwave, rharris, nikratio, Carl.Nobile
2012-07-11 11:32:52edevilsetmessageid: <1342006372.07.0.308072039577.issue1346874@psf.upfronthosting.co.za>
2012-07-11 11:32:51edevillinkissue1346874 messages
2012-07-11 11:32:51edevilcreate