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 BTaskaya, eric.smith, gvanrossum, joperez, levkivskyi, lukasz.langa, vstinner
Date 2020-07-25.22:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595714917.48.0.186525012002.issue41370@roundup.psfhosted.org>
In-reply-to
Content
Hm, recursive type aliases are an interesting issue. We may be able to do better there for 3.10, even if we can't fix it for 3.9 (or at least not for 3.9.0).

But in the meantime maybe you can come up with a PR that adds a note to the typing docs in 3.10 explaining that `list["int"]` will not be resolved to `list[int]`, even though it works for `List["int"]`?
History
Date User Action Args
2020-07-25 22:08:37gvanrossumsetrecipients: + gvanrossum, vstinner, eric.smith, lukasz.langa, levkivskyi, BTaskaya, joperez
2020-07-25 22:08:37gvanrossumsetmessageid: <1595714917.48.0.186525012002.issue41370@roundup.psfhosted.org>
2020-07-25 22:08:37gvanrossumlinkissue41370 messages
2020-07-25 22:08:37gvanrossumcreate