Commit 2646e675 authored by Senthil Kumaran's avatar Senthil Kumaran

os.isatty is not Unix only. Correct the wrong documentation.

Addresses issue #18553
parent ad54307b
......@@ -737,8 +737,6 @@ as internal buffering of data.
Return ``True`` if the file descriptor *fd* is open and connected to a
tty(-like) device, else ``False``.
Availability: Unix.
.. function:: lseek(fd, pos, how)
......
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