[issue11215] test_fileio error on AIX

Arnon Yaari report at bugs.python.org
Tue Sep 29 17:45:39 CEST 2015


Arnon Yaari added the comment:

Some AIX systems have seekable /dev/tty, as is the case here and in msg90762, and on my system too.
There is already an exemption in test_fileio.py for systems that have a seekable /dev/tty. AIX just needs to be exempt too. (from my experience, AIX and Solaris behave similarly in many cases, so it makes sense to add aix next to sunos).
I'm submitting a patch to fix this test case on AIX.

----------
keywords: +patch
nosy: +wiggin15
Added file: http://bugs.python.org/file40622/issue11215.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11215>
_______________________________________


More information about the Python-bugs-list mailing list