mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)
Partially reverts 65b88d5e01.
This commit is contained in:
parent
41e0aead3d
commit
9a7d010467
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
from typing import is_typeddict
|
||||
from typing import no_type_check, no_type_check_decorator
|
||||
from typing import Type
|
||||
from typing import NewType
|
||||
from typing import NamedTuple, TypedDict
|
||||
from typing import IO, TextIO, BinaryIO
|
||||
from typing import Pattern, Match
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue