From dc5fecbf83adb701e79e8287feac08ced6574644 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
 <31488909+miss-islington@users.noreply.github.com>
Date: Wed, 3 Aug 2022 18:04:07 -0700
Subject: [PATCH] gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632)

(cherry picked from commit c569526faccb328a55691664b5931171d1a1494a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
---
 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 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
-- 
GitLab