From c569526faccb328a55691664b5931171d1a1494a Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 3 Aug 2022 20:56:05 -0400 Subject: gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632) --- Doc/whatsnew/3.11.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d10d9f1..2db647b 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 -- cgit v0.12