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 JelleZijlstra
Recipients AlexWaygood, JelleZijlstra, docs@python, gvanrossum, kj, sobolevn, srittau
Date 2022-01-24.00:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I've often seen people say things like "I can't use TypeGuard yet, I'm stuck on 3.9". That's not true, because the typing_extensions package backports all typing features to all supported Python versions.

To help make people aware of this option, we should mention typing_extensions in https://docs.python.org/3.10/library/typing.html.

Perhaps this can go in the "Relevant PEPs" section, or at the end of the intro section.

Suggested wording:

"New features have been added to the typing module in each major version of Python. The typing extensions (link to GitHub) package provides backports to all supported versions of Python 3 for almost all of these features."
History
Date User Action Args
2022-01-24 00:51:36JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, srittau, docs@python, sobolevn, kj, AlexWaygood
2022-01-24 00:51:36JelleZijlstrasetmessageid: <[email protected]>
2022-01-24 00:51:36JelleZijlstralinkissue46494 messages
2022-01-24 00:51:36JelleZijlstracreate