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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, amiseler, mhammond, pysquared, tim.peters, tim_evans
Date 2008-11-17.16:25:33
SpamBayes Score 7.1767274e-05
Marked as misclassified No
Message-id <1226939134.45.0.700072145342.issue706263@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.0 already discards the output in this case (see issue1415):
it sets sys.stdout=None and silently ignores prints to the None file.

I think this is the correct behavior, but I'm not sure this can be
backported to 2.7, because of compatibility issues.
History
Date User Action Args
2008-11-17 16:25:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, mhammond, pysquared, amiseler, tim_evans
2008-11-17 16:25:34amaury.forgeotdarcsetmessageid: <1226939134.45.0.700072145342.issue706263@psf.upfronthosting.co.za>
2008-11-17 16:25:33amaury.forgeotdarclinkissue706263 messages
2008-11-17 16:25:33amaury.forgeotdarccreate