summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-29 01:51:45 (GMT)
committerGitHub <noreply@github.com>2018-10-29 01:51:45 (GMT)
commit9bdadc163f306ddb4659c6732ea24401957488db (patch)
treedc68269f48584138b4a579efe6f0ea63a7934bb7 /Misc/NEWS.d
parentfd0a3bce6e917b5853c809a309c1513acc176f56 (diff)
downloadcpython-9bdadc163f306ddb4659c6732ea24401957488db.zip
cpython-9bdadc163f306ddb4659c6732ea24401957488db.tar.gz
cpython-9bdadc163f306ddb4659c6732ea24401957488db.tar.bz2
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
Topics include opening, title and status bar, .py* extension, and running. (cherry picked from commit ea9c8bd44365ae8b0accc5286c7b52862528c0ec) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst b/Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst
new file mode 100644
index 0000000..a1e58ee
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst
@@ -0,0 +1,2 @@
+Add IDLE doc subsection explaining editor windows. Topics include opening,
+title and status bar, .py* extension, and running.