mirror of https://github.com/python/cpython
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
This commit is contained in:
parent
1d582bbc96
commit
6c1b57d958
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue