]> granicus.if.org Git - python/commit
Issue #17401: document closefd in io.FileIO docs and add to repr
authorRobert Collins <rbtcollins@hp.com>
Sat, 18 Oct 2014 00:32:43 +0000 (13:32 +1300)
committerRobert Collins <rbtcollins@hp.com>
Sat, 18 Oct 2014 00:32:43 +0000 (13:32 +1300)
commit933430ab69b051aa35130a3cf779528faca9b6f2
treedf0df6807ba2f82cc56d034c54226a5f2628abc9
parentd20ec1b92196a01acf9bfb990329d06b4dee5c78
Issue #17401: document closefd in io.FileIO docs and add to repr

closefd was documented in the open docs but not the matching FileIO
class documented. Further, closefd, part of the core state for the
object was not shown.

In review it was noted that the open docs are a little confusing about
the interaction between closefd and paths, so tweaked them at the same
time.
Doc/library/functions.rst
Doc/library/io.rst
Lib/test/test_fileio.py
Misc/NEWS
Modules/_io/fileio.c