Skip to content

Commit 9d8abf3

Browse files
authored
[3.6] bpo-30779: News (GH-2627) (#2630)
(cherry picked from commit 24f2e19)
1 parent edc0342 commit 9d8abf3

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)