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 Elena.Oat
Recipients Elena.Oat, gregory.p.smith, pitrou
Date 2013-07-06.16:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373128946.01.0.573000904015.issue14853@psf.upfronthosting.co.za>
In-reply-to
Content
testStdin test is useless, it expects that stdin is always unseekable, but since sys.stdin could be any file, i.e. it can be seekable.  

The patch removes the test.
History
Date User Action Args
2013-07-06 16:42:26Elena.Oatsetrecipients: + Elena.Oat, gregory.p.smith, pitrou
2013-07-06 16:42:26Elena.Oatsetmessageid: <1373128946.01.0.573000904015.issue14853@psf.upfronthosting.co.za>
2013-07-06 16:42:25Elena.Oatlinkissue14853 messages
2013-07-06 16:42:25Elena.Oatcreate