]> granicus.if.org Git - python/commitdiff
Removing the mention of os.isatty mention as Unix only
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 7 Sep 2013 18:28:58 +0000 (11:28 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 7 Sep 2013 18:28:58 +0000 (11:28 -0700)
Correct the wrong documentation.

Doc/library/os.rst

index 8bbb2ec606184032a1626eb685b4726676a91db6..074f12cea27a50f202385b8d2f6c438fa8fb222f 100644 (file)
@@ -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)