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

nestor report at bugs.python.org
Tue Jul 21 17:40:10 CEST 2009


nestor <nestornissen at gmail.com> added the comment:

Maybe this has something to do with it?

Python 3.1 (r31:73572, Jul  9 2009, 16:28:28) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
>>> open("/dev/tty","a").seekable()
True
>>>

----------

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


More information about the Python-bugs-list mailing list