]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Add link issue 44010 (GH-29454)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Dec 2021 11:18:33 +0000 (03:18 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 11:18:33 +0000 (03:18 -0800)
(cherry picked from commit 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/whatsnew/3.10.rst

index 4ee193f158fde4418f1dc41b6c99b408263f79cd..c74e9f0ae5cb6049df60591c64dc87bde8ed4bf3 100644 (file)
@@ -1162,7 +1162,7 @@ Highlight the new :ref:`soft keywords <soft-keywords>` :keyword:`match`,
 :keyword:`case <match>`, and :keyword:`_ <wildcard-patterns>` 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
 ------------------