From: terryjreedy Date: Sat, 8 Jul 2017 02:26:53 +0000 (-0400) Subject: [3.6] bpo-30779: News (GH-2627) (#2630) X-Git-Tag: v3.6.3rc1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8abf31c430dd83d073660cc92f1fe4ca6f2cd4;p=python [3.6] bpo-30779: News (GH-2627) (#2630) (cherry picked from commit 24f2e19) --- diff --git a/Misc/NEWS.d/next/IDLE/2017-07-07-20-26-37.bpo-30779.8KXEXN.rst b/Misc/NEWS.d/next/IDLE/2017-07-07-20-26-37.bpo-30779.8KXEXN.rst new file mode 100644 index 0000000000..1d0dc18130 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-07-20-26-37.bpo-30779.8KXEXN.rst @@ -0,0 +1,8 @@ +IDLE: Factor ConfigChanges class from configdialog, put in config; test. * +In config, put dump test code in a function; run it and unittest in 'if +__name__ == '__main__'. * Add class config.ConfigChanges based on +changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest, +partly using configdialog_tests_v1.py. * Revise configdialog to use +ConfigChanges; see tracker msg297804. * Revise test_configdialog to match +configdialog changes. * Remove configdialog functions unused or moved to +ConfigChanges. Cheryl Sabella contributed parts of the patch.