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 martin.panter
Recipients Rotkraut, demian.brecht, eryksun, harobed, martin.panter, matrixise, orsenthil, petri.lehtinen, piotr.dobrogost, pitrou, python-dev, vstinner, whitemice
Date 2016-08-25.05:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472103285.2.0.349692712287.issue12319@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my attempt to drop automatic Content-Length with files. I also dropped the special handling of zero-length iterables, added some tests for that, and removed some unused and misleading bits from other tests.
History
Date User Action Args
2016-08-25 05:34:45martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, vstinner, harobed, python-dev, petri.lehtinen, piotr.dobrogost, eryksun, demian.brecht, matrixise, whitemice, Rotkraut
2016-08-25 05:34:45martin.pantersetmessageid: <1472103285.2.0.349692712287.issue12319@psf.upfronthosting.co.za>
2016-08-25 05:34:45martin.panterlinkissue12319 messages
2016-08-25 05:34:45martin.pantercreate