bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)

(cherry picked from commit 6c1b57d958)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-07-26 12:32:05 -07:00 committed by GitHub
parent 256d97c8a3
commit 4a5457d5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -747,7 +747,8 @@ and :func:`issubclass`::
See :ref:`types-union` and :pep:`604` for more details.
(Contributed by Maggie Moss and Philippe Prados in :issue:`41428`.)
(Contributed by Maggie Moss and Philippe Prados in :issue:`41428`,
with additions by Yurii Karabas and Serhiy Storchaka in :issue:`44490`.)
PEP 612: Parameter Specification Variables