From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:18:33 +0000 (-0800) Subject: doc: Add link issue 44010 (GH-29454) X-Git-Tag: v3.10.2~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cca3004f64d49c9e170396ac787712fe03bffb29;p=thirdparty%2FPython%2Fcpython.git doc: Add link issue 44010 (GH-29454) (cherry picked from commit 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 4ee193f158fd..c74e9f0ae5cb 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1162,7 +1162,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 ------------------