Message233527
| 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). |
|