summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-11-06 17:37:36 (GMT)
committerGitHub <noreply@github.com>2018-11-06 17:37:36 (GMT)
commit75d9d59ab3a372d3d78e6a1f5e9f256e29d0a9a6 (patch)
treed7442dd983394adfd850076dc8654ec62d0884da /Misc/NEWS.d/next/IDLE
parent5ed6995675b084fe583b71f96fdde4413bb2a77b (diff)
downloadcpython-75d9d59ab3a372d3d78e6a1f5e9f256e29d0a9a6.zip
cpython-75d9d59ab3a372d3d78e6a1f5e9f256e29d0a9a6.tar.gz
cpython-75d9d59ab3a372d3d78e6a1f5e9f256e29d0a9a6.tar.bz2
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
Add a new subsection to the doc.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-11-05-23-23-00.bpo-23220.H3SAWE.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-11-05-23-23-00.bpo-23220.H3SAWE.rst b/Misc/NEWS.d/next/IDLE/2018-11-05-23-23-00.bpo-23220.H3SAWE.rst
new file mode 100644
index 0000000..77c7126
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-11-05-23-23-00.bpo-23220.H3SAWE.rst
@@ -0,0 +1 @@
+Explain how IDLE's Shell displays output.