summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-08-30 06:47:24 (GMT)
committerGitHub <noreply@github.com>2017-08-30 06:47:24 (GMT)
commit87c50245b1ba21469cc2e4e84cd5e5cd54ff954d (patch)
treee337d565d0dec696d574ccdf8d0303827dc5f2a0 /Misc
parentc7750c2a3af014a5b742d0159d8957ea95b6c221 (diff)
downloadcpython-87c50245b1ba21469cc2e4e84cd5e5cd54ff954d.zip
cpython-87c50245b1ba21469cc2e4e84cd5e5cd54ff954d.tar.gz
cpython-87c50245b1ba21469cc2e4e84cd5e5cd54ff954d.tar.bz2
[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (GH-3239) (#3240)
(cherry picked from commit 390ead)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-30-00-06-58.bpo-31051.50Jp_Q.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-30-00-06-58.bpo-31051.50Jp_Q.rst b/Misc/NEWS.d/next/IDLE/2017-08-30-00-06-58.bpo-31051.50Jp_Q.rst
new file mode 100644
index 0000000..fe51591
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-30-00-06-58.bpo-31051.50Jp_Q.rst
@@ -0,0 +1 @@
+Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections.