Thanks to visit codestin.com Credit goes to github.com
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 349abd9 commit 24f2e19Copy full SHA for 24f2e19
1 file changed
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