From 1b90227c0dbf69048653ef4fc70570bc6399781d Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sat, 7 Sep 2013 11:28:58 -0700 Subject: Removing the mention of os.isatty mention as Unix only Correct the wrong documentation. --- Doc/library/os.rst | 2 -- 1 file changed, 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) -- cgit v0.12