diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-13 06:31:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-13 06:31:03 (GMT) |
| commit | 44666c3285a52c2a4632f89aeeddd7ca7d02c8df (patch) | |
| tree | f06a4d027af3f37fbb40dc6fe7ebe539bed5c261 | |
| parent | 5698e0be8e77bd4d7a1fda88005662f0b239dec8 (diff) | |
| download | cpython-44666c3285a52c2a4632f89aeeddd7ca7d02c8df.zip cpython-44666c3285a52c2a4632f89aeeddd7ca7d02c8df.tar.gz cpython-44666c3285a52c2a4632f89aeeddd7ca7d02c8df.tar.bz2 | |
bpo-45447: Add entry to What's new 3.10 (GH-31304)
(cherry picked from commit 2d98433549be358d1c192e30e51b8d345d618cc7)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
| -rw-r--r-- | Doc/whatsnew/3.10.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 6edc09f..5788e32 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1148,7 +1148,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 @@ -1170,6 +1170,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 ------------------ |
