From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:32:05 +0000 (-0700) Subject: bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368) X-Git-Tag: v3.10.0rc1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a5457d5d48e6563ec481daad245ff3d6ef13503;p=thirdparty%2FPython%2Fcpython.git 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> --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index e395ce5ba1a0..6a61c4d32e76 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