mirror of https://github.com/python/cpython.git
Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.
This commit is contained in:
parent
e64a91a890
commit
1b90227c0d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue