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 r.david.murray
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python
Date 2011-01-05.03:38:36
SpamBayes Score 0.000404255
Marked as misclassified No
Message-id <1294198718.72.0.631438443771.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a modified version of the unittest file from unittest.zip that can be run against Pierre's code (it feeds FieldStorage a text stream with a buffer).  Running the tests require the data files from the zip.

They do not pass, in a very different way from the test_cgi failures.
History
Date User Action Args
2011-01-05 03:38:38r.david.murraysetrecipients: + r.david.murray, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, eric.araujo, v+python, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-05 03:38:38r.david.murraysetmessageid: <1294198718.72.0.631438443771.issue4953@psf.upfronthosting.co.za>
2011-01-05 03:38:37r.david.murraylinkissue4953 messages
2011-01-05 03:38:37r.david.murraycreate