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

Serhiy Storchaka report at bugs.python.org
Sun Feb 24 10:32:59 CET 2013


Serhiy Storchaka added the comment:

It's particular because there are functions whose signatures can't be expressed with valid Python syntax (dict, range, operator.methodcaller, many curses functions). They required other solution and this more general solution is applicable for the problem of nonstandard representation of default values.

----------

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


More information about the Python-bugs-list mailing list