]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44732: Rename types.Union to types.UnionType (#27342)
authorHasan <hasan.aleeyev@gmail.com>
Mon, 26 Jul 2021 16:00:21 +0000 (20:00 +0400)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 16:00:21 +0000 (18:00 +0200)
commit2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0
tree40f917eb11c9ce8faf3fabd4d6ed25308c7b34ca
parent3e5b82ed7e26e76948f514f3e3b25b441573bbdb
bpo-44732: Rename types.Union to types.UnionType (#27342)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@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