gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)

(cherry picked from commit bcc74d509a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2022-08-03 19:27:16 -07:00 committed by GitHub
parent a05dae2348
commit b6503fa795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1175,6 +1175,9 @@ New in 3.10 maintenance releases.
Apply syntax highlighting to `.pyi` files. (Contributed by Alex
Waygood and Terry Jan Reedy in :issue:`45447`.)
Include prompts when saving Shell with inputs and outputs.
(Contributed by Terry Jan Reedy in :gh:`95191`.)
importlib.metadata
------------------