]> granicus.if.org Git - python/commit
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function...
authorGuido van Rossum <guido@python.org>
Sat, 22 Oct 2016 14:56:58 +0000 (07:56 -0700)
committerGuido van Rossum <guido@python.org>
Sat, 22 Oct 2016 14:56:58 +0000 (07:56 -0700)
commit265dce6cbbe700183228632f16bc1d4a2683c935
treecee83144b0efb42fe0b077c25ef3c9a061a2c481
parent85e81cfe9b51ff59a2065b5863d831ee7cb72b12
parent52e5004b59d89e5f1bf2ceaba0d2c9e63368454b
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
Lib/inspect.py
Lib/test/test_pydoc.py