summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-10-29 00:42:18 (GMT)
committerGitHub <noreply@github.com>2018-10-29 00:42:18 (GMT)
commitea9c8bd44365ae8b0accc5286c7b52862528c0ec (patch)
treee35ad34afe98fcfa9bb68d7851664cd4be223c2b /Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst
parentc61e229d2a4c54ffb4153e1f0f48126ba33c9cbf (diff)
downloadcpython-ea9c8bd44365ae8b0accc5286c7b52862528c0ec.zip
cpython-ea9c8bd44365ae8b0accc5286c7b52862528c0ec.tar.gz
cpython-ea9c8bd44365ae8b0accc5286c7b52862528c0ec.tar.bz2
bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)
Topics include opening, title and status bar, .py* extension, and running.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst')
-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.