Move typing_extensions to stdlib (#5233)

I'm not sure what the best way to do this is. This effectively orphans
types-typing-extensions, but maybe that's not really a problem. (We can
yank the package too)

See https://github.com/python/typeshed/pull/5229#issuecomment-822234125
for some details

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-04-20 21:55:48 -07:00
committed by GitHub
parent f527e96dc3
commit fc660d6d41
18 changed files with 16 additions and 16 deletions

View File

@@ -233,6 +233,7 @@ tty: 2.7
turtle: 2.7
types: 3.6
typing: 3.6
typing_extensions: 2.7
unicodedata: 2.7
unittest: 3.6
urllib: 3.6