[Python-checkins] cpython (2.7): os.isatty is not Unix only. Correct the wrong documentation.

senthil.kumaran python-checkins at python.org
Sat Sep 7 20:30:15 CEST 2013


http://hg.python.org/cpython/rev/d5c5ac33b9a1
changeset:   85592:d5c5ac33b9a1
branch:      2.7
parent:      85588:523cfc78847c
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Sep 07 11:27:45 2013 -0700
summary:
  os.isatty is not Unix only. Correct the wrong documentation.
Addresses issue #18553

files:
  Doc/library/os.rst |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -737,8 +737,6 @@
    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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list