Skip to content

Commit 24f2e19

Browse files
authored
bpo-30779: News (#2627)
1 parent 349abd9 commit 24f2e19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)