2 parents 1172c40 + 360a59e commit 8b4006eCopy full SHA for 8b4006e
1 file changed
Doc/library/os.rst
@@ -757,6 +757,8 @@ as internal buffering of data.
757
758
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
759
760
+ Availability: Unix.
761
+
762
763
.. function:: fstat(fd)
764
@@ -801,8 +803,6 @@ as internal buffering of data.
801
803
Return ``True`` if the file descriptor *fd* is open and connected to a
802
804
tty(-like) device, else ``False``.
805
- Availability: Unix.
-
806
807
.. function:: lockf(fd, cmd, len)
808
0 commit comments