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 sable
Recipients sable
Date 2011-02-14.17:39:08
SpamBayes Score 0.0009996165
Marked as misclassified No
Message-id <1297705150.47.0.994582308795.issue11215@psf.upfronthosting.co.za>
In-reply-to
Content
I have the following error when running test_fileio on AIX:

======================================================================
FAIL: testAbles (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_fileio.py", line 269, in testAbles
    self.assertEqual(f.seekable(), False)
AssertionError: True != False

----------------------------------------------------------------------
Ran 34 tests in 0.032s

FAILED (failures=1)

I haven't investigated yet.
History
Date User Action Args
2011-02-14 17:39:10sablesetrecipients: + sable
2011-02-14 17:39:10sablesetmessageid: <1297705150.47.0.994582308795.issue11215@psf.upfronthosting.co.za>
2011-02-14 17:39:08sablelinkissue11215 messages
2011-02-14 17:39:08sablecreate