From: Rafael Fontenelle Date: Wed, 8 Dec 2021 10:55:39 +0000 (-0300) Subject: doc: Add link issue 44010 (GH-29454) X-Git-Tag: v3.11.0a3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e0f13b9e48eec8c54a185e4180bfca4e5e685f6;p=thirdparty%2FPython%2Fcpython.git doc: Add link issue 44010 (GH-29454) --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index a30fd2d0c0c0..118563965091 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1173,7 +1173,7 @@ Highlight the new :ref:`soft keywords ` :keyword:`match`, :keyword:`case `, and :keyword:`_ ` in pattern-matching statements. However, this highlighting is not perfect and will be incorrect in some rare cases, including some ``_``-s in -``case`` patterns. (Contributed by Tal Einat in bpo-44010.) +``case`` patterns. (Contributed by Tal Einat in :issue:`44010`.) importlib.metadata ------------------