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

miss-islington webhook-mailer at python.org
Wed Dec 8 06:18:39 EST 2021


https://github.com/python/cpython/commit/cca3004f64d49c9e170396ac787712fe03bffb29
commit: cca3004f64d49c9e170396ac787712fe03bffb29
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-12-08T03:18:33-08:00
summary:

doc: Add link issue 44010 (GH-29454)

(cherry picked from commit 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6)

Co-authored-by: Rafael Fontenelle <rffontenelle at users.noreply.github.com>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 4ee193f158fde..c74e9f0ae5cb6 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
 ------------------



More information about the Python-checkins mailing list