mirror of https://github.com/python/cpython
merge from 3.3
Removing the mention of os.isatty mention as Unix only Correct the wrong documentation.
This commit is contained in:
commit
59b74ec5e3
|
@ -757,8 +757,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