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 v+python
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python, vstinner
Date 2011-01-10.10:23:42
SpamBayes Score 2.6967498e-08
Marked as misclassified No
Message-id <1294655025.18.0.132557207934.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the choice of whether to make_file or StringIO is based on the existence of self.length... per my previous comment, content-length doesn't seem to appear in any of the multipart/ item headers, so it is unlikely that real files will be created by this code.

Sadly that seems to be the case for 2.x also, so I wonder now if CGI has ever properly saved files, instead of buffering in memory...

I'm basing this off the use of Firefox Live HTTP headers tool.
History
Date User Action Args
2011-01-10 10:23:45v+pythonsetrecipients: + v+python, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, vstinner, eric.araujo, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-10 10:23:45v+pythonsetmessageid: <1294655025.18.0.132557207934.issue4953@psf.upfronthosting.co.za>
2011-01-10 10:23:42v+pythonlinkissue4953 messages
2011-01-10 10:23:42v+pythoncreate