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 domdfcoding
Recipients alex.gronholm, brandtbucher, domdfcoding, gvanrossum, levkivskyi, miss-islington
Date 2021-04-12.06:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618208124.55.0.924335058263.issue42059@roundup.psfhosted.org>
In-reply-to
Content
I have backported this to typing_extensions in https://github.com/python/typing/pull/778

On Python 3.9.2 and above typing.TypedDict is used, otherwise it's typing_extensions.TypedDict.
History
Date User Action Args
2021-04-12 06:15:24domdfcodingsetrecipients: + domdfcoding, gvanrossum, alex.gronholm, levkivskyi, miss-islington, brandtbucher
2021-04-12 06:15:24domdfcodingsetmessageid: <1618208124.55.0.924335058263.issue42059@roundup.psfhosted.org>
2021-04-12 06:15:24domdfcodinglinkissue42059 messages
2021-04-12 06:15:24domdfcodingcreate