From: Senthil Kumaran Date: Sat, 7 Sep 2013 18:28:58 +0000 (-0700) Subject: Removing the mention of os.isatty mention as Unix only X-Git-Tag: v3.4.0a3~27^2~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b90227c0dbf69048653ef4fc70570bc6399781d;p=thirdparty%2FPython%2Fcpython.git Removing the mention of os.isatty mention as Unix only Correct the wrong documentation. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 8bbb2ec60618..074f12cea27a 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)