Message161073
| Author |
gregory.p.smith |
| Recipients |
gregory.p.smith |
| Date |
2012年05月18日.18:50:06 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1337367006.89.0.99847274779.issue14853@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
./python Lib/test/test_file.py # passes
./python Lib/test/test_file.py </dev/null # fails
nohup ./python Lib/test/test_file.py # fails
======================================================================
FAIL: testStdin (__main__.COtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_file.py", line 160, in testStdin
self.assertRaises((IOError, ValueError), sys.stdin.seek, -1)
AssertionError: (<type 'exceptions.IOError'>, <type 'exceptions.ValueError'>) not raised
======================================================================
FAIL: testStdin (__main__.PyOtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_file.py", line 160, in testStdin
self.assertRaises((IOError, ValueError), sys.stdin.seek, -1)
AssertionError: (<type 'exceptions.IOError'>, <type 'exceptions.ValueError'>) not raised
2.7 only; works fine in 3.2. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年05月18日 18:50:07 | gregory.p.smith | set | recipients:
+ gregory.p.smith |
| 2012年05月18日 18:50:06 | gregory.p.smith | set | messageid: <1337367006.89.0.99847274779.issue14853@psf.upfronthosting.co.za> |
| 2012年05月18日 18:50:06 | gregory.p.smith | link | issue14853 messages |
| 2012年05月18日 18:50:06 | gregory.p.smith | create |
|