From e437c540f16cb2b3b70ca7e8e135d42ab228e5b9 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 3 Aug 2022 20:56:05 -0400 Subject: [PATCH] gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632) (cherry picked from commit c569526faccb328a55691664b5931171d1a1494a) Co-authored-by: Terry Jan Reedy --- 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 428c190e41e9dd..1067982c3dc361 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