mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
This commit is contained in:
parent
d798acc873
commit
60d343a816
6 changed files with 345 additions and 73 deletions
|
@ -1030,6 +1030,12 @@ Terry Jan Reedy in :issue:`37892`.)
|
|||
We expect to backport these shell changes to a future 3.9 maintenance
|
||||
release.
|
||||
|
||||
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.)
|
||||
|
||||
importlib.metadata
|
||||
------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue