This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients David E. Franco G., Spencer Brown, gvanrossum, levkivskyi, python-dev, yselivanov
Date 2016-10-22.14:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161022145808.38632.28344.92C84F98@psf.io>
In-reply-to
Content
New changeset dc030d15f80d by Guido van Rossum in branch '3.5':
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L.
https://hg.python.org/cpython/rev/dc030d15f80d

New changeset 3937502c149d by Guido van Rossum in branch '3.6':
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
https://hg.python.org/cpython/rev/3937502c149d

New changeset 62127e60e7b0 by Guido van Rossum in branch 'default':
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.6->3.7)
https://hg.python.org/cpython/rev/62127e60e7b0
History
Date User Action Args
2016-10-22 14:58:11python-devsetrecipients: + python-dev, gvanrossum, yselivanov, levkivskyi, Spencer Brown, David E. Franco G.
2016-10-22 14:58:11python-devlinkissue27989 messages
2016-10-22 14:58:11python-devcreate