summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-07 18:28:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-07 18:28:58 (GMT)
commit1b90227c0dbf69048653ef4fc70570bc6399781d (patch)
treed3498defaae51189b3192b2ef8f3d3dbf66b77d5 /Doc/library/os.rst
parente64a91a890eb8c114c7626ad1dbc20289cf52a7e (diff)
downloadcpython-1b90227c0dbf69048653ef4fc70570bc6399781d.zip
cpython-1b90227c0dbf69048653ef4fc70570bc6399781d.tar.gz
cpython-1b90227c0dbf69048653ef4fc70570bc6399781d.tar.bz2
Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 8bbb2ec..074f12c 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -744,8 +744,6 @@ as internal buffering of data.
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
- Availability: Unix.
-
.. function:: fstat(fd)