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 benjamin.peterson, brett.cannon, pitrou, vstinner
Date 2012-02-29.17:57:31
SpamBayes Score 6.507318e-05
Marked as misclassified No
Message-id <1330538024.3399.1.camel@localhost.localdomain>
In-reply-to <1330537304.92.0.697146551077.issue14153@psf.upfronthosting.co.za>
Content
> As for a test, I will happily write one, but what can I test? A string
> for fd 0 and None for fd -1 (or is there some os call I can make to
> find the largest fd so I can test fd+1)?

For fd 0, it should be a string if the fd is a tty.
(it should also point to a valid codec)
You can also try fd 42 (same, call isatty() on it).
History
Date User Action Args
2012-02-29 17:57:32pitrousetrecipients: + pitrou, brett.cannon, vstinner, benjamin.peterson
2012-02-29 17:57:31pitroulinkissue14153 messages
2012-02-29 17:57:31pitroucreate