diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-09-07 18:28:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-09-07 18:28:58 (GMT) |
commit | 1b90227c0dbf69048653ef4fc70570bc6399781d (patch) | |
tree | d3498defaae51189b3192b2ef8f3d3dbf66b77d5 /Doc/library/os.rst | |
parent | e64a91a890eb8c114c7626ad1dbc20289cf52a7e (diff) | |
download | cpython-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.rst | 2 |
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) |