[issue20293] pydoc fails with the "unspecified" default value

Larry Hastings report at bugs.python.org
Wed Jan 22 14:41:49 CET 2014


Larry Hastings added the comment:

> This is because in pure Python functions we have no enough
> information. I  believe than origin expression is more useful
> in the help.

That doesn't matter.  inspect.Signature would have to change in order to provide the original expression, and it's not going to for 3.4.


In zlib.decompress, remove the "= unspecified".  You can have a c_default without a default value now.

----------

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


More information about the Python-bugs-list mailing list