summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-19 07:08:56 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-19 07:08:56 (GMT)
commit2a97cee5eda632a7737bf01608c0f6638cd3fea0 (patch)
tree531d0507c11b876c68a7c7c526f70f13861306cd /Doc
parent4b49ae61d8b67c62c8c937907789cf9df95519ec (diff)
downloadcpython-2a97cee5eda632a7737bf01608c0f6638cd3fea0.zip
cpython-2a97cee5eda632a7737bf01608c0f6638cd3fea0.tar.gz
cpython-2a97cee5eda632a7737bf01608c0f6638cd3fea0.tar.bz2
Correcting the mistake in 14ba90816930
Addresses Issue #18553: isatty is not Unix only.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 074f12c..bd6b3ab 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -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)