diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-10-29 00:42:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 00:42:18 (GMT) |
commit | ea9c8bd44365ae8b0accc5286c7b52862528c0ec (patch) | |
tree | e35ad34afe98fcfa9bb68d7851664cd4be223c2b /Misc/NEWS.d | |
parent | c61e229d2a4c54ffb4153e1f0f48126ba33c9cbf (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-10-28-20-17-14.bpo-35097.07tm66.rst | 2 |
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. |