Skip to content

Commit 8b4006e

Browse files
committed
Correcting the mistake in 678e3c0d2d99
Merge from 3.3 Addresses Issue #18553: isatty is not Unix only.
2 parents 1172c40 + 360a59e commit 8b4006e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ as internal buffering of data.
757757

758758
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
759759

760+
Availability: Unix.
761+
760762

761763
.. function:: fstat(fd)
762764

@@ -801,8 +803,6 @@ as internal buffering of data.
801803
Return ``True`` if the file descriptor *fd* is open and connected to a
802804
tty(-like) device, else ``False``.
803805

804-
Availability: Unix.
805-
806806

807807
.. function:: lockf(fd, cmd, len)
808808

0 commit comments

Comments
 (0)