[issue20075] help(open) eats first line

Larry Hastings report at bugs.python.org
Fri Dec 27 11:35:00 CET 2013


Larry Hastings 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.

----------

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


More information about the Python-bugs-list mailing list