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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, nestor, pitrou
Date 2009-07-24.13:17:29
SpamBayes Score 0.00012653158
Marked as misclassified No
Message-id <1248441451.78.0.681146375554.issue6236@psf.upfronthosting.co.za>
In-reply-to
Content
/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...)
History
Date User Action Args
2009-07-24 13:17:32amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, nestor
2009-07-24 13:17:31amaury.forgeotdarcsetmessageid: <1248441451.78.0.681146375554.issue6236@psf.upfronthosting.co.za>
2009-07-24 13:17:30amaury.forgeotdarclinkissue6236 messages
2009-07-24 13:17:30amaury.forgeotdarccreate