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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 24 15:17:31 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

/dev/tty is probably similar to stdout, at least when python is started
without redirection.

What is the output of
>>> sys.stdout.seekable()
when run from an interactive interpreter?
Does it depend on the active console? (xterm, ssh...)

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list