[Python-Dev] RE: Windows IO

Tim Peters tim.one@comcast.net
Mon, 17 Mar 2003 15:38:40 -0500


[David LeBlanc]
> Have we discovered the mystery of life at last? "True" is 64? :)
> NOTE: PythonDoc says "isatty" is Unix only.

I don't know what PythonDoc means.  The docs for the file-object method
isatty (which my examples used) do not say it's Unix only:

    http://www.python.org/doc/current/lib/bltin-file-objects.html

If some other piece of doc contradicts that, please tell

    mailto:python-docs@python.org

or open an SF bug report?