diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-09-07 18:30:04 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-09-07 18:30:04 (GMT) |
commit | 59b74ec5e363ce0cd5640c16ccb58d18bf0aee99 (patch) | |
tree | 6187ce42473632841d940b8d64cbb1b0f42aaf10 /Doc/library | |
parent | b988ee0632a71dbc5e1c599ef46bff24b915c1c6 (diff) | |
parent | 1b90227c0dbf69048653ef4fc70570bc6399781d (diff) | |
download | cpython-59b74ec5e363ce0cd5640c16ccb58d18bf0aee99.zip cpython-59b74ec5e363ce0cd5640c16ccb58d18bf0aee99.tar.gz cpython-59b74ec5e363ce0cd5640c16ccb58d18bf0aee99.tar.bz2 |
merge from 3.3
Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.
Diffstat (limited to 'Doc/library')
-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 848fd16..fc909f2 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -757,8 +757,6 @@ as internal buffering of data. As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``. - Availability: Unix. - .. function:: fstat(fd) |