Commit 360a59e2 authored by Senthil Kumaran's avatar Senthil Kumaran

Correcting the mistake in 14ba90816930

Addresses Issue #18553: isatty is not Unix only.
parent 7fdd4f13
...@@ -744,6 +744,8 @@ as internal buffering of data. ...@@ -744,6 +744,8 @@ 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)
...@@ -788,8 +790,6 @@ as internal buffering of data. ...@@ -788,8 +790,6 @@ as internal buffering of data.
Return ``True`` if the file descriptor *fd* is open and connected to a Return ``True`` if the file descriptor *fd* is open and connected to a
tty(-like) device, else ``False``. tty(-like) device, else ``False``.
Availability: Unix.
.. function:: lockf(fd, cmd, len) .. function:: lockf(fd, cmd, len)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment