This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BreamoreBoy
Recipients BreamoreBoy, docs@python, pitrou, rbcollins
Date 2014-07-18.20:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405713649.52.0.291679990085.issue17401@psf.upfronthosting.co.za>
In-reply-to
Content
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" ?
History
Date User Action Args
2014-07-18 20:00:49BreamoreBoysetrecipients: + BreamoreBoy, pitrou, rbcollins, docs@python
2014-07-18 20:00:49BreamoreBoysetmessageid: <1405713649.52.0.291679990085.issue17401@psf.upfronthosting.co.za>
2014-07-18 20:00:49BreamoreBoylinkissue17401 messages
2014-07-18 20:00:49BreamoreBoycreate