Kaydet (Commit) 3af4fad5 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Correcting the mistake in 678e3c0d2d99

Merge from 3.3
Addresses Issue #18553: isatty is not Unix only.
...@@ -757,6 +757,8 @@ as internal buffering of data. ...@@ -757,6 +757,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)
...@@ -801,8 +803,6 @@ as internal buffering of data. ...@@ -801,8 +803,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