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

miss-islington webhook-mailer at python.org
Wed Aug 3 22:27:21 EDT 2022


https://github.com/python/cpython/commit/b6503fa7956d6c009a568477799963195792efdf
commit: b6503fa7956d6c009a568477799963195792efdf
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-08-03T19:27:16-07:00
summary:

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

(cherry picked from commit bcc74d509a3bd7e4fdc658179ae6d77614d1fd36)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 322e15e5e90..19ffd7e98ee 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
 ------------------
 



More information about the Python-checkins mailing list