summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-12-08 11:18:33 (GMT)
committerGitHub <noreply@github.com>2021-12-08 11:18:33 (GMT)
commitcca3004f64d49c9e170396ac787712fe03bffb29 (patch)
tree6dd857d9cefa96b7b1a71beb27043732d72a8d8c /Doc
parentfbdbbdb67bb9378be56c17f8c204a9bb85791ebf (diff)
downloadcpython-cca3004f64d49c9e170396ac787712fe03bffb29.zip
cpython-cca3004f64d49c9e170396ac787712fe03bffb29.tar.gz
cpython-cca3004f64d49c9e170396ac787712fe03bffb29.tar.bz2
doc: Add link issue 44010 (GH-29454)
(cherry picked from commit 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 4ee193f..c74e9f0 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
------------------