[issue6236] os.popen causes illegal seek on AIX in Python 3.1rc

Antoine Pitrou report at bugs.python.org
Fri Jul 24 10:20:10 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Perhaps, although I don't know where /dev/tty would be involved in
os.popen().

For reference, under Linux I get:
>>> open("/dev/tty","a")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 29] Illegal seek

----------

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


More information about the Python-bugs-list mailing list