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 levkivskyi
Recipients Anthony Sottile, docs@python, gvanrossum, levkivskyi
Date 2019-06-02.00:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559434040.77.0.43284750444.issue36985@roundup.psfhosted.org>
In-reply-to
Content
Guido, I remember you were against exposing `ForwardRef` as public at some point, but recently you approved https://github.com/python/cpython/pull/13456 that added it to `typing.__all__`. I don't have any particular opinion on this, but if you don't object, I think it would make sense to add a short section about this to the docs, since it may be exposed at runtime, e.g. in `List['Cls']`.
History
Date User Action Args
2019-06-02 00:07:20levkivskyisetrecipients: + levkivskyi, gvanrossum, docs@python, Anthony Sottile
2019-06-02 00:07:20levkivskyisetmessageid: <1559434040.77.0.43284750444.issue36985@roundup.psfhosted.org>
2019-06-02 00:07:20levkivskyilinkissue36985 messages
2019-06-02 00:07:20levkivskyicreate