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 vstinner
Recipients Elena.Oat, ezio.melotti, gregory.p.smith, pitrou, python-dev, vstinner
Date 2015-01-06.11:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420544613.56.0.228659695826.issue14853@psf.upfronthosting.co.za>
In-reply-to
Content
The same issue was reported for test_file2k: issue #23168.

I modified test_file2k to skip sys.stdin.seek() test if stdin is not a TTY. I prefer to skip a test in a specific case, instead of removing it completly.

I propose to add again the test in test_file, with the skip. See test_file.patch for Python 2.7 (I will addapt it to Python 3 if the patch is accepted for Python 2).
History
Date User Action Args
2015-01-06 11:43:33vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, ezio.melotti, python-dev, Elena.Oat
2015-01-06 11:43:33vstinnersetmessageid: <1420544613.56.0.228659695826.issue14853@psf.upfronthosting.co.za>
2015-01-06 11:43:33vstinnerlinkissue14853 messages
2015-01-06 11:43:33vstinnercreate