diff options
author | Yurii Karabas <1998uriyyo@gmail.com> | 2021-07-26 16:05:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 16:05:55 (GMT) |
commit | 6c1b57d958e2b0d5bcf0f2315b5044838e11638f (patch) | |
tree | 8f9ca357626696987497139e54664c61520c194b /Doc/whatsnew/3.10.rst | |
parent | 1d582bbc969e05896addf97844ddf17ce9830e5e (diff) | |
download | cpython-6c1b57d958e2b0d5bcf0f2315b5044838e11638f.zip cpython-6c1b57d958e2b0d5bcf0f2315b5044838e11638f.tar.gz cpython-6c1b57d958e2b0d5bcf0f2315b5044838e11638f.tar.bz2 |
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index d0f3b69..8d8e3fa 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 |