bpo-45447: Add entry to What's new 3.10 (GH-31304)

This commit is contained in:
Terry Jan Reedy 2022-02-12 21:10:29 -05:00 committed by GitHub
parent 50cf4991c4
commit 2d98433549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1159,7 +1159,7 @@ Reedy in :issue:`40468`.) Move the indent space setting from the Font tab to
the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in
:issue:`33962`.) :issue:`33962`.)
These changes were backported to a 3.9 maintenance release. The changes above were backported to a 3.9 maintenance release.
Add a Shell sidebar. Move the primary prompt ('>>>') to the sidebar. Add a Shell sidebar. Move the primary prompt ('>>>') to the sidebar.
Add secondary prompts ('...') to the sidebar. Left click and optional Add secondary prompts ('...') to the sidebar. Left click and optional
@ -1181,6 +1181,11 @@ pattern-matching statements. However, this highlighting is not perfect
and will be incorrect in some rare cases, including some ``_``-s in and will be incorrect in some rare cases, including some ``_``-s in
``case`` patterns. (Contributed by Tal Einat in :issue:`44010`.) ``case`` patterns. (Contributed by Tal Einat in :issue:`44010`.)
New in 3.10 maintenance releases.
Apply syntax highlighting to `.pyi` files. (Contributed by Alex
Waygood and Terry Jan Reedy in :issue:`45447`.)
importlib.metadata importlib.metadata
------------------ ------------------