This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients nestor, pitrou
Date 2009-07-24.08:20:07
SpamBayes Score 9.350759e-11
Marked as misclassified No
Message-id <1248423610.3.0.758148797088.issue6236@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-07-24 08:20:10pitrousetrecipients: + pitrou, nestor
2009-07-24 08:20:10pitrousetmessageid: <1248423610.3.0.758148797088.issue6236@psf.upfronthosting.co.za>
2009-07-24 08:20:08pitroulinkissue6236 messages
2009-07-24 08:20:07pitroucreate