◐ Shell
reader mode source ↗
Skip to content

bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test.#2612

Merged
terryjreedy merged 15 commits into
python:masterfrom
terryjreedy:cf
Jul 7, 2017
Merged

bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test.#2612
terryjreedy merged 15 commits into
python:masterfrom
terryjreedy:cf

Conversation

@terryjreedy

Copy link
Copy Markdown
Member

No description provided.

@mention-bot

Copy link
Copy Markdown

@terryjreedy, thanks for your PR! By analyzing the history of the files in this pull request, we identified @csabella, @asvetlov and @kbkaiser to be potential reviewers.

@mlouielu mlouielu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

Some method name need to consider to changed.

@python python deleted a comment from csabella Jul 7, 2017
@terryjreedy terryjreedy merged commit 349abd9 into python:master Jul 7, 2017
@terryjreedy terryjreedy deleted the cf branch July 7, 2017 20:01
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Jul 7, 2017
…, put in config; test. (pythonGH-2612)

* 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)
terryjreedy added a commit that referenced this pull request Jul 7, 2017
…, 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants