mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.
This commit is contained in:
parent
e64a91a890
commit
1b90227c0d
1 changed files with 0 additions and 2 deletions
|
@ -744,8 +744,6 @@ as internal buffering of data.
|
||||||
|
|
||||||
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
|
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
|
||||||
|
|
||||||
Availability: Unix.
|
|
||||||
|
|
||||||
|
|
||||||
.. function:: fstat(fd)
|
.. function:: fstat(fd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue