[issue17053] pydoc should use inspect.signature instead of inspect.getfullargspec

Ronald Oussoren report at bugs.python.org
Wed Mar 20 10:34:17 CET 2013


Ronald Oussoren added the comment:

* renamed "render" method of inspect.Parameter and inspect.Signature
  to "_render" to avoid changing the public API

* updated patch for current tip (I got a merge conflict when pulling
  in the tip due to a patch for Lib/test/test_pydoc.py)

----------
Added file: http://bugs.python.org/file29502/issue17053-v2.txt

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


More information about the Python-bugs-list mailing list