mirror of https://github.com/python/cpython
doc: Add link issue 44010 (GH-29454)
This commit is contained in:
parent
0461c68cdf
commit
3e0f13b9e4
|
@ -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
|
||||
------------------
|
||||
|
|
Loading…
Reference in New Issue