summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2017-08-18 22:34:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-08-18 22:34:55 (GMT)
commita32e40561a24de373d1c5a437a8aa329758ba8e4 (patch)
tree455a6a6f8751aa5bb753adfecef31df0dd3cea09 /Misc/NEWS.d/next/IDLE
parenta7719e27b3cad0f2b86cb932a76cbe55c541b02e (diff)
downloadcpython-a32e40561a24de373d1c5a437a8aa329758ba8e4.zip
cpython-a32e40561a24de373d1c5a437a8aa329758ba8e4.tar.gz
cpython-a32e40561a24de373d1c5a437a8aa329758ba8e4.tar.bz2
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)
This is the first half of a patch similar to the one for for bpo-31205. It is being split into 2 PRs to avoid what happened with PR-3096 -- an incomprehensible diff that could not be cleanly backported to 3.6. This half copies several methods of ConfigDialog and turns them into a new class.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-18-14-13-42.bpo-31206.F1-tKK.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-18-14-13-42.bpo-31206.F1-tKK.rst b/Misc/NEWS.d/next/IDLE/2017-08-18-14-13-42.bpo-31206.F1-tKK.rst
new file mode 100644
index 0000000..ba98406
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-18-14-13-42.bpo-31206.F1-tKK.rst
@@ -0,0 +1,2 @@
+IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
+Sabella.