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 gvanrossum
Recipients Anthony Sottile, docs@python, gvanrossum, levkivskyi
Date 2019-06-02.21:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKE_uC3caa97RN9rt7sKKMFyKt-V4bOkfAx+Me0rt1hEA@mail.gmail.com>
In-reply-to <1559434040.77.0.43284750444.issue36985@roundup.psfhosted.org>
Content
Huh. I think I have mellowed with age. IOW SGTM.

On Sat, Jun 1, 2019 at 17:07 Ivan Levkivskyi <report@bugs.python.org> wrote:

>
> Ivan Levkivskyi <levkivskyi@gmail.com> added the comment:
>
> 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']`.
>
> ----------
> nosy: +gvanrossum
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue36985>
> _______________________________________
>
-- 
--Guido (mobile)
History
Date User Action Args
2019-06-02 21:13:42gvanrossumsetrecipients: + gvanrossum, docs@python, levkivskyi, Anthony Sottile
2019-06-02 21:13:42gvanrossumlinkissue36985 messages
2019-06-02 21:13:42gvanrossumcreate