[issue20075] help(open) eats first line

Serhiy Storchaka report at bugs.python.org
Fri Dec 27 14:05:45 CET 2013


Serhiy Storchaka added the comment:

> The best fix would be to convert the docstrings to something inspect can
> parse.  Preferably by converting the functions to use Argument Clinic,
> though you could manually mark up the docstring by hand if necessary.

We can't check all docstrings in the stdlib and in all third-party libraries.

----------

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


More information about the Python-bugs-list mailing list