Correcting the mistake in 14ba90816930

Addresses Issue #18553: isatty is not Unix only.
This commit is contained in:
Senthil Kumaran 2013-09-19 00:08:56 -07:00
parent 4b49ae61d8
commit 2a97cee5ed
1 changed files with 2 additions and 2 deletions

View File

@ -744,6 +744,8 @@ as internal buffering of data.
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
Availability: Unix.
.. function:: fstat(fd)
@ -788,8 +790,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:: lockf(fd, cmd, len)