[docs] [issue18315] bufsize parameter not documented in 2.7.5

Terry J. Reedy report at bugs.python.org
Fri Jun 28 23:27:19 CEST 2013


Terry J. Reedy added the comment:

David, with the addition, this line
    """class FileInput([files[, inplace[, backup[, bufsize[, mode[, openhook]]]]]])
ends at position 83 instead of 80. It should stay on one line. I could reduce that by removing blanks after ,s. Is it better to be a bit too long or a bit too compressed?

----------

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


More information about the docs mailing list