[issue3877] test_fileio fails on OpenBSD 4.4

2009-05-23 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I've committed a more generic fix to test_fileio. Normally it should be ok, if there's any problem please reopen the bug. -- resolution: - fixed status: open - closed versions: +Python 2.7, Python 3.1

[issue3877] test_fileio fails on OpenBSD 4.4

2009-05-17 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: There are other changed files than just test_fileio.py in your patch, I suppose they aren't needed for this bug? Also, it would probably be more future-proof to test for `'bsd' in sys.platform`. -- nosy: +pitrou

[issue3877] test_fileio fails on OpenBSD 4.4

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests -Extension Modules priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3877 ___

[issue3877] test_fileio fails on OpenBSD 4.4

2008-09-16 Thread Henry Precheur
New submission from Henry Precheur [EMAIL PROTECTED]: test_fileio test test_fileio failed -- Traceback (most recent call last): File /home/henry/compile/python2.6/Lib/test/test_fileio.py, line 155, in testAbles self.assertEquals(f.seekable(), False) AssertionError: True != False