Message233459
| Author |
xnox |
| Recipients |
xnox |
| Date |
2015年01月05日.12:18:38 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1420460318.93.0.946671821792.issue23168@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
# LD_LIBRARY_PATH=`pwd` ./python Lib/test/regrtest.py test_file2k </dev/null
[1/1] test_file2k
test test_file2k failed -- Traceback (most recent call last):
File "/builddir/build/BUILD/Python-2.7.9/Lib/test/test_file2k.py", line 236, in testStdin
self.assertRaises(IOError, sys.stdin.seek, -1)
AssertionError: IOError not raised
1 test failed:
test_file2k
I believe this is similar issue to http://bugs.python.org/issue14853 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年01月05日 12:18:38 | xnox | set | recipients:
+ xnox |
| 2015年01月05日 12:18:38 | xnox | set | messageid: <1420460318.93.0.946671821792.issue23168@psf.upfronthosting.co.za> |
| 2015年01月05日 12:18:38 | xnox | link | issue23168 messages |
| 2015年01月05日 12:18:38 | xnox | create |
|