From: Terry Jan Reedy Date: Thu, 4 Aug 2022 00:56:05 +0000 (-0400) Subject: gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632) X-Git-Tag: v3.12.0a1~746 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c569526faccb328a55691664b5931171d1a1494a;p=thirdparty%2FPython%2Fcpython.git gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d10d9f15a5f7..2db647bb4e4d 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