summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-02 11:17:50 (GMT)
committerGitHub <noreply@github.com>2022-08-02 11:17:50 (GMT)
commit654d62adc64d0c793b1ff93ddfdc6a6986ec4a1b (patch)
tree40948565a1b90915f63eb6b17d5a6eab458c653f /Misc
parentb0c382555759e96d0e364849d8ab435e3506e502 (diff)
downloadcpython-654d62adc64d0c793b1ff93ddfdc6a6986ec4a1b.zip
cpython-654d62adc64d0c793b1ff93ddfdc6a6986ec4a1b.tar.gz
cpython-654d62adc64d0c793b1ff93ddfdc6a6986ec4a1b.tar.bz2
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)
(cherry picked from commit b85411fc5e9e223a6bd44f89f674ee3b2e29b99e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2022-08-01-23-31-48.gh-issue-95191.U7vryB.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2022-08-01-23-31-48.gh-issue-95191.U7vryB.rst b/Misc/NEWS.d/next/IDLE/2022-08-01-23-31-48.gh-issue-95191.U7vryB.rst
new file mode 100644
index 0000000..94d3dbb
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2022-08-01-23-31-48.gh-issue-95191.U7vryB.rst
@@ -0,0 +1 @@
+Include prompts when saving Shell (interactive input and output).