]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 4 Aug 2022 02:17:57 +0000 (22:17 -0400)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 02:17:57 +0000 (22:17 -0400)
Doc/whatsnew/3.10.rst

index d0fbf0d216de367f2e94c3d5bf4e569515fb3533..db8d9281b1f2ed1ae478bbaaa5f6749f8d94c77f 100644 (file)
@@ -1186,6 +1186,9 @@ New in 3.10 maintenance releases.
 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`.)
+
 importlib.metadata
 ------------------