[issue17401] io.FileIO closefd parameter is not documented nor shown in repr

Mark Lawrence report at bugs.python.org
Fri Jul 18 22:00:49 CEST 2014


Mark Lawrence added the comment:

>From the 3.5 docs.

io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None)
This is an alias for the builtin open() function.

There is a description for closefd at the open() function link.  So how about adding to the sentence above " where all the above parameters are described" ?

----------
nosy: +BreamoreBoy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17401>
_______________________________________


More information about the Python-bugs-list mailing list