From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 4 Aug 2022 01:04:07 +0000 (-0700) Subject: gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632) X-Git-Tag: v3.11.0rc1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc5fecbf83adb701e79e8287feac08ced6574644;p=thirdparty%2FPython%2Fcpython.git gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632) (cherry picked from commit c569526faccb328a55691664b5931171d1a1494a) Co-authored-by: Terry Jan Reedy --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 428c190e41e9..1067982c3dc3 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