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, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python
Date 2011-01-03.17:33:08
SpamBayes Score 0.0052599134
Marked as misclassified No
Message-id <1294075990.01.0.325194329496.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
So then David, is your suggestion to use

sys.stdin = sys.stdin.detach()

and you claim that the Windows-specific hacks are not needed in 3.x land?  The are, in 2.x land, I have proven empirically, but haven't been able to test CGI forms very well in 3.x because of this bug.  I will test 3.x download without the Windows-specific hack, and report how it goes.  My testing started with 2.x and has proceeded to 3.x, and it is not always obvious what hacks are no longer needed in 3.x.  Thanks for the info.
History
Date User Action Args
2011-01-03 17:33:10v+pythonsetrecipients: + v+python, gvanrossum, barry, amaury.forgeotdarc, ggenellina, eric.araujo, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-03 17:33:10v+pythonsetmessageid: <1294075990.01.0.325194329496.issue4953@psf.upfronthosting.co.za>
2011-01-03 17:33:08v+pythonlinkissue4953 messages
2011-01-03 17:33:08v+pythoncreate