[Python-checkins] gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632)

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


https://github.com/python/cpython/commit/dc5fecbf83adb701e79e8287feac08ced6574644
commit: dc5fecbf83adb701e79e8287feac08ced6574644
branch: 3.11
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-03T18:04:07-07:00
summary:

gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632)

(cherry picked from commit c569526faccb328a55691664b5931171d1a1494a)

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

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 428c190e41e..1067982c3dc 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -574,6 +574,9 @@ IDLE and idlelib
 * 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`.)
+
 inspect
 -------
 * Add :func:`inspect.getmembers_static`: return all members without



More information about the Python-checkins mailing list