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 Anthony Sottile
Recipients Anthony Sottile, docs@python
Date 2019-05-21.05:35:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558416902.0.0.868432422236.issue36985@roundup.psfhosted.org>
In-reply-to
Content
- New since 3.7.0
- is exposed by some public apis:
    - the `__doc__` attribute of `typing` mentions `ForwardRef`
    - `get_type_hints` can expose an instance of it: https://bugs.python.org/issue35834

Should this be documented? including in __all__?
History
Date User Action Args
2019-05-21 05:35:02Anthony Sottilesetrecipients: + Anthony Sottile, docs@python
2019-05-21 05:35:02Anthony Sottilesetmessageid: <1558416902.0.0.868432422236.issue36985@roundup.psfhosted.org>
2019-05-21 05:35:01Anthony Sottilelinkissue36985 messages
2019-05-21 05:35:01Anthony Sottilecreate