We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc0342 commit 9d8abf3Copy full SHA for 9d8abf3
Misc/NEWS.d/next/IDLE/2017-07-07-20-26-37.bpo-30779.8KXEXN.rst
@@ -0,0 +1,8 @@
1
+IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
2
+In config, put dump test code in a function; run it and unittest in 'if
3
+__name__ == '__main__'. * Add class config.ConfigChanges based on
4
+changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest,
5
+partly using configdialog_tests_v1.py. * Revise configdialog to use
6
+ConfigChanges; see tracker msg297804. * Revise test_configdialog to match
7
+configdialog changes. * Remove configdialog functions unused or moved to
8
+ConfigChanges. Cheryl Sabella contributed parts of the patch.
0 commit comments