Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b49ae6 commit 2a97ceeCopy full SHA for 2a97cee
1 file changed
Doc/library/os.rst
@@ -744,6 +744,8 @@ as internal buffering of data.
744
745
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
746
747
+ Availability: Unix.
748
+
749
750
.. function:: fstat(fd)
751
@@ -788,8 +790,6 @@ as internal buffering of data.
788
790
Return ``True`` if the file descriptor *fd* is open and connected to a
789
791
tty(-like) device, else ``False``.
792
- Availability: Unix.
-
793
794
.. function:: lockf(fd, cmd, len)
795
0 commit comments