merge from 3.3

Removing the mention of os.isatty mention as Unix only
Correct the wrong documentation.
This commit is contained in:
Senthil Kumaran 2013-09-07 11:30:04 -07:00
commit 59b74ec5e3
1 changed files with 0 additions and 2 deletions

View File

@ -757,8 +757,6 @@ as internal buffering of data.
As of Python 3.3, this is equivalent to ``os.pathconf(fd, name)``.
Availability: Unix.
.. function:: fstat(fd)