summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-07 18:30:04 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-07 18:30:04 (GMT)
commit59b74ec5e363ce0cd5640c16ccb58d18bf0aee99 (patch)
tree6187ce42473632841d940b8d64cbb1b0f42aaf10 /Doc/library
parentb988ee0632a71dbc5e1c599ef46bff24b915c1c6 (diff)
parent1b90227c0dbf69048653ef4fc70570bc6399781d (diff)
downloadcpython-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.rst2
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)