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 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:38xnoxsetrecipients: + xnox
2015-01-05 12:18:38xnoxsetmessageid: <1420460318.93.0.946671821792.issue23168@psf.upfronthosting.co.za>
2015-01-05 12:18:38xnoxlinkissue23168 messages
2015-01-05 12:18:38xnoxcreate