]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jul 2021 19:02:58 +0000 (12:02 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 19:02:58 +0000 (12:02 -0700)
commit8a37e8cf45105fbb592c31ebd30501bbdea5ab81
treeefed9f23223fb796e924fd2ea0ea7d2add7b878a
parent16a174f7bac481ff6f859179b30a74d867747137
bpo-44732: Rename types.Union to types.UnionType (GH-27342)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0)

Co-authored-by: Hasan <hasan.aleeyev@gmail.com>
Doc/library/stdtypes.rst
Doc/library/types.rst
Lib/test/test_typing.py
Lib/types.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2021-07-26-15-27-03.bpo-44732.IxObt3.rst [new file with mode: 0644]
Objects/unionobject.c