diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-02-09 03:51:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 03:51:51 (GMT) |
commit | 8a03ff2ff4db973c9fe152561f1796e72cb71132 (patch) | |
tree | dc7f766b192dbf78151946e1a0bc021f90ff2d19 /Misc/NEWS.d/next/IDLE | |
parent | 2dda72a2e8e1f1ab28011a65194db5d03979dbb3 (diff) | |
download | cpython-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.rst | 1 |
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. |