[Python-checkins] doc: Add link issue 44010 (GH-29454)

asvetlov webhook-mailer at python.org
Wed Dec 8 05:55:45 EST 2021


https://github.com/python/cpython/commit/3e0f13b9e48eec8c54a185e4180bfca4e5e685f6
commit: 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6
branch: main
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: asvetlov <andrew.svetlov at gmail.com>
date: 2021-12-08T12:55:39+02:00
summary:

doc: Add link issue 44010 (GH-29454)

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index a30fd2d0c0c05..118563965091f 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1173,7 +1173,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
 ------------------



More information about the Python-checkins mailing list