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 methane
Recipients JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak
Date 2021-04-16.08:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618562710.03.0.702500196808.issue43817@roundup.psfhosted.org>
In-reply-to
Content
Should this feature implemented in typing module? How about inspect module?

Additionally, how about adding `get_annotation_str()`, which returns str always?
Some use cases (e.g. `help(f)`) need just string. I want to skip eval() in it.
History
Date User Action Args
2021-04-16 08:45:10methanesetrecipients: + methane, gvanrossum, barry, larry, eric.smith, JelleZijlstra, xtreak, kj
2021-04-16 08:45:10methanesetmessageid: <1618562710.03.0.702500196808.issue43817@roundup.psfhosted.org>
2021-04-16 08:45:10methanelinkissue43817 messages
2021-04-16 08:45:09methanecreate