[issue7417] open builtin has no signature in docstring

flox report at bugs.python.org
Wed Dec 2 00:20:33 CET 2009


flox <laxyf at yahoo.fr> added the comment:

Indentation is not easy on this part.
The list of arguments overflow the 79 chars limit.
With the proposed patch, the generated output is something like:


open(file, mode='r', buffering=None, encoding=None,
           errors=None, newline=None, closefd=True) -> file object

Open file and return a stream.  Raise IOError upon failure.

...


Is it wrong?

----------

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


More information about the Python-bugs-list mailing list