]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
authorMikhail Golubev <qsolo825@gmail.com>
Wed, 7 Oct 2020 21:44:31 +0000 (00:44 +0300)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 21:44:31 +0000 (14:44 -0700)
commit4f3c25043d651a13c41cffcee703f7d5cb677cc7
tree08093971ec6aefd8b762e8da9d20434c09a3c3ae
parentf90dc36c15d7fee0efaf6d39e97be0bdf2683e93
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)

This special marker annotation is intended to help in distinguishing
proper PEP 484-compliant type aliases from regular top-level variable
assignments.
Doc/library/typing.rst
Doc/whatsnew/3.10.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-10-03-23-14-50.bpo-41923.Buonw9.rst [new file with mode: 0644]