http://hg.python.org/cpython/rev/678e3c0d2d99 changeset: 85594:678e3c0d2d99 parent: 85591:c116b658aede parent: 85593:14ba90816930 user: Senthil Kumaran <senthil at uthcode.com> date: Sat Sep 07 11:30:04 2013 -0700 summary: merge from 3.3 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 @@ -757,8 +757,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