Removing the mention of os.isatty mention as Unix only

Correct the wrong documentation.
This commit is contained in:
Senthil Kumaran 2013-09-07 11:28:58 -07:00
parent e64a91a890
commit 1b90227c0d
1 changed files with 0 additions and 2 deletions

View File

@ -744,8 +744,6 @@ as internal buffering of data.
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
Availability: Unix.
.. function:: fstat(fd)