summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-26 19:32:05 (GMT)
committerGitHub <noreply@github.com>2021-07-26 19:32:05 (GMT)
commit4a5457d5d48e6563ec481daad245ff3d6ef13503 (patch)
tree6f696435d5fc77975dd679635233892c836c7d14 /Doc/whatsnew
parent256d97c8a3151ec7caba6c06bf2a1e682008c304 (diff)
downloadcpython-4a5457d5d48e6563ec481daad245ff3d6ef13503.zip
cpython-4a5457d5d48e6563ec481daad245ff3d6ef13503.tar.gz
cpython-4a5457d5d48e6563ec481daad245ff3d6ef13503.tar.bz2
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)
(cherry picked from commit 6c1b57d958e2b0d5bcf0f2315b5044838e11638f) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-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 e395ce5..6a61c4d 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