]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
authorYurii Karabas <1998uriyyo@gmail.com>
Sat, 17 Jul 2021 03:33:40 +0000 (06:33 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 03:33:40 +0000 (20:33 -0700)
commitbf89ff96e6ba21bb52b8597b5e51e8ffc57e6589
tree9ffa39f9f8ad5786e7dd4dccc5b69118fa66077d
parentf783428a2313a729ca8b539c5a86ff114b9ff375
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Lib/test/ann_module.py
Lib/test/test_grammar.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2021-07-06-22-22-15.bpo-44490.BJxPbZ.rst [new file with mode: 0644]