8000 bpo-45447: Add entry to What's new 3.10 by terryjreedy · Pull Request #31304 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-45447: Add entry to What's new 3.10
  • Loading branch information
terryjreedy committed Feb 13, 2022
commit 29853722cc8c3b5583f385c3596caf3448efdb63
7 changes: 6 additions & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
79EF Expand Up @@ -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
: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 secondary prompts ('...') to the sidebar. Left click and optional
Expand All @@ -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
``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
------------------

Expand Down
0