[issue16801] Preserve original representation for integers / floats in docstrings

Serhiy Storchaka report at bugs.python.org
Sat Dec 29 19:41:08 CET 2012


Serhiy Storchaka added the comment:

> pydoc could recognize this (if docstring.startswith(func.__name__ + '(') or something like that), and display the given signature instead of the introspected one.

Looks good for me.

----------

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


More information about the Python-bugs-list mailing list