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 kj
Recipients DahlitzFlorian, Matúš Valo, docs@python, gvanrossum, kj, levkivskyi
Date 2020-10-31.16:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604163563.57.0.922556714024.issue40814@roundup.psfhosted.org>
In-reply-to
Content
IMO, this can now be closed.

Most code examples in typing were changed to builtin generics:
https://github.com/python/cpython/commit/d9ab95ff1fe81efdf70e545d536d9f6927d1ba81
https://github.com/python/cpython/commit/7f54e563dc150cd670ca8df678437455c3a7f2cd

Docs for PEP 585's GenericAlias was added:
https://github.com/python/cpython/commit/4173320920706b49a004bdddd8d7108e8984e3fc

Dict, List, and friends were also all marked as deprecated in 3.9.
History
Date User Action Args
2020-10-31 16:59:23kjsetrecipients: + kj, gvanrossum, docs@python, levkivskyi, Matúš Valo, DahlitzFlorian
2020-10-31 16:59:23kjsetmessageid: <1604163563.57.0.922556714024.issue40814@roundup.psfhosted.org>
2020-10-31 16:59:23kjlinkissue40814 messages
2020-10-31 16:59:23kjcreate