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 jimr
Recipients demian.brecht, jimr, martin.panter
Date 2015-02-28.22:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425161259.96.0.947771337128.issue23539@psf.upfronthosting.co.za>
In-reply-to
Content
I actually consider this a fix for the fix in 14721, rather than a new feature. The only new behaviour here is setting content length to be zero if body is None on PATCH, POST, or PUT. Happy to change the labeling if that's the consensus but IMO it's a bugfix.
History
Date User Action Args
2015-02-28 22:07:40jimrsetrecipients: + jimr, martin.panter, demian.brecht
2015-02-28 22:07:39jimrsetmessageid: <1425161259.96.0.947771337128.issue23539@psf.upfronthosting.co.za>
2015-02-28 22:07:39jimrlinkissue23539 messages
2015-02-28 22:07:39jimrcreate