summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
authorYurii Karabas <1998uriyyo@gmail.com>2021-07-26 16:05:55 (GMT)
committerGitHub <noreply@github.com>2021-07-26 16:05:55 (GMT)
commit6c1b57d958e2b0d5bcf0f2315b5044838e11638f (patch)
tree8f9ca357626696987497139e54664c61520c194b /Doc/whatsnew/3.10.rst
parent1d582bbc969e05896addf97844ddf17ce9830e5e (diff)
downloadcpython-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.rst3
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