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 ysj.ray
Recipients tlesher, vstinner, ysj.ray
Date 2011-04-02.08:52:13
SpamBayes Score 9.632497e-08
Marked as misclassified No
Message-id <1301734334.53.0.969050695372.issue8070@psf.upfronthosting.co.za>
In-reply-to
Content
> On most cases, setting sys.stdin to some other invalid value does means the program could not continue running.


Sorry, it should be:

On most cases, setting sys.stdin to some other invalid value does not mean the program could not continue running.
History
Date User Action Args
2011-04-02 08:52:14ysj.raysetrecipients: + ysj.ray, vstinner, tlesher
2011-04-02 08:52:14ysj.raysetmessageid: <1301734334.53.0.969050695372.issue8070@psf.upfronthosting.co.za>
2011-04-02 08:52:13ysj.raylinkissue8070 messages
2011-04-02 08:52:13ysj.raycreate