diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-20 05:38:54 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-20 05:38:54 (GMT) |
commit | 01421bec1e0d25df17599cfa1160adbbcd08e949 (patch) | |
tree | ca668701129ca53df440b39b154d8cc8d176154e /Misc | |
parent | afe17a7bee1bcb39dc56f2949431204918568ac1 (diff) | |
download | cpython-01421bec1e0d25df17599cfa1160adbbcd08e949.zip cpython-01421bec1e0d25df17599cfa1160adbbcd08e949.tar.gz cpython-01421bec1e0d25df17599cfa1160adbbcd08e949.tar.bz2 |
bpo-35521: IDLE: Add code context section to docs (#11205)
Also add some internal cross-references.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-12-20-00-14-15.bpo-35521.x32BRn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-12-20-00-14-15.bpo-35521.x32BRn.rst b/Misc/NEWS.d/next/IDLE/2018-12-20-00-14-15.bpo-35521.x32BRn.rst new file mode 100644 index 0000000..120de7f --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-12-20-00-14-15.bpo-35521.x32BRn.rst @@ -0,0 +1,2 @@ +Document the IDLE editor code context feature. Add some internal references +within the IDLE doc. |