Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2017

Conversation

csabella
Copy link
Contributor

No description provided.

@mention-bot
Copy link

@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.

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
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
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