[Python-checkins] cpython (3.3): Removing the mention of os.isatty mention as Unix only

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


http://hg.python.org/cpython/rev/14ba90816930
changeset:   85593:14ba90816930
branch:      3.3
parent:      85589:dd669daad7de
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Sep 07 11:28:58 2013 -0700
summary:
  Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.

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
@@ -744,8 +744,6 @@
 
    As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
 
-   Availability: Unix.
-
 
 .. function:: fstat(fd)
 

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


More information about the Python-checkins mailing list