[Python-checkins] [python/cpython] edc034: [3.6] bpo-30779: IDLE -- Factor ConfigChanges clas...

GitHub noreply at github.com
Fri Jul 7 16:37:40 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: edc034221f878b437748cef0f05c782d8190499d
      https://github.com/python/cpython/commit/edc034221f878b437748cef0f05c782d8190499d
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M Lib/idlelib/config.py
    M Lib/idlelib/configdialog.py
    M Lib/idlelib/idle_test/test_config.py
    M Lib/idlelib/idle_test/test_configdialog.py

  Log Message:
  -----------
  [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (GH-2612) (#2625)

* 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 based on configdialog_tests_v1.py on bpo issue.
* Revise configdialog to use ConfigChanges, mostly as specified in tracker msg297804.
* Revise test_configdialog to match configdialog changes.  All tests pass in both files.
* Remove configdialog functions unused or moved to ConfigChanges.
Cheryl Sabella contributed parts of the patch.
(cherry picked from commit 349abd9)




More information about the Python-checkins mailing list