Skip to content

bpo-30290: IDLE: Refactor help_about to PEP8 names#1714

Merged
terryjreedy merged 1 commit into
python:masterfrom
csabella:bpo30290
May 27, 2017
Merged

bpo-30290: IDLE: Refactor help_about to PEP8 names#1714
terryjreedy merged 1 commit into
python:masterfrom
csabella:bpo30290

Conversation

@csabella
Copy link
Copy Markdown
Contributor

No description provided.

@mention-bot
Copy link
Copy Markdown

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

Comment thread Lib/idlelib/help_about.py
self.bind('<Return>',self.Ok) #dismiss dialog
self.bind('<Escape>',self.Ok) #dismiss dialog
self.button_ok.focus_set()
self.bind('<Return>', self.ok) # dismiss dialog
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, do correct spacing when we are otherwise editing a file. A file with no within-line spaces is harder to read.

@terryjreedy terryjreedy merged commit 5a346d5 into python:master May 27, 2017
@csabella
Copy link
Copy Markdown
Contributor Author

Thanks!

@csabella csabella deleted the bpo30290 branch May 27, 2017 20:32
terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request Jun 10, 2017
Patch by Cheryl Sabella.
(cherry picked from commit 5a346d5)
terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request Jun 10, 2017
Patch by Cheryl Sabella.
(cherry picked from commit 5a346d5)
terryjreedy added a commit that referenced this pull request Jun 10, 2017
(cherry picked from commit 054e091)

* bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)

Patch by Cheryl Sabella.
(cherry picked from commit 5a346d5)

* IDLE test_help_about: edit and add test. (#1838)

Coverage is now 100%
(cherry picked from commit eca7da0)
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.

4 participants