]> granicus.if.org Git - python/commitdiff
os.isatty is not Unix only. Correct the wrong documentation.
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 7 Sep 2013 18:27:45 +0000 (11:27 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 7 Sep 2013 18:27:45 +0000 (11:27 -0700)
Addresses issue #18553

Doc/library/os.rst

index 106c1df35c08a5355687620e191efe33a44888d3..d4912ce9c34a0881a864d22956a6e719c6f82803 100644 (file)
@@ -737,8 +737,6 @@ as internal buffering of data.
    Return ``True`` if the file descriptor *fd* is open and connected to a
    tty(-like) device, else ``False``.
 
-   Availability: Unix.
-
 
 .. function:: lseek(fd, pos, how)