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 X-Istence
Recipients Peter Landry, X-Istence, berker.peksag, pradeep, python-dev, quentel, vstinner
Date 2016-11-18.05:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479446511.53.0.643583731386.issue24764@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a patchset to bug #27777 that fixes this issue by fixing make_file, and doesn't cause Python to throw out the content-length information.

It also fixes FieldStorage for when you provide it a non-multipart form submission and there is no list in FS.

Please see http://bugs.python.org/issue27777
History
Date User Action Args
2016-11-18 05:21:51X-Istencesetrecipients: + X-Istence, vstinner, quentel, python-dev, berker.peksag, Peter Landry, pradeep
2016-11-18 05:21:51X-Istencesetmessageid: <1479446511.53.0.643583731386.issue24764@psf.upfronthosting.co.za>
2016-11-18 05:21:51X-Istencelinkissue24764 messages
2016-11-18 05:21:51X-Istencecreate