summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-02-09 03:51:51 (GMT)
committerGitHub <noreply@github.com>2019-02-09 03:51:51 (GMT)
commit8a03ff2ff4db973c9fe152561f1796e72cb71132 (patch)
treedc7f766b192dbf78151946e1a0bc021f90ff2d19 /Misc/NEWS.d/next/IDLE
parent2dda72a2e8e1f1ab28011a65194db5d03979dbb3 (diff)
downloadcpython-8a03ff2ff4db973c9fe152561f1796e72cb71132.zip
cpython-8a03ff2ff4db973c9fe152561f1796e72cb71132.tar.gz
cpython-8a03ff2ff4db973c9fe152561f1796e72cb71132.tar.bz2
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
Add a code example block.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-02-08-22-14-24.bpo-35833.XKFRvF.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-02-08-22-14-24.bpo-35833.XKFRvF.rst b/Misc/NEWS.d/next/IDLE/2019-02-08-22-14-24.bpo-35833.XKFRvF.rst
new file mode 100644
index 0000000..abc92e9
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-02-08-22-14-24.bpo-35833.XKFRvF.rst
@@ -0,0 +1 @@
+Revise IDLE doc for control codes sent to Shell. Add a code example block.