Skip to content
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

bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names #1839

Merged
merged 4 commits into from
May 28, 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 @kbkaiser, @terryjreedy and @louisom to be potential reviewers.

@terryjreedy terryjreedy changed the title bpo-30290: IDLE: Refactor textview.py to PEP8 names bpo-30303: IDLE: Modernize textview.py to use PEP8 names May 28, 2017
@terryjreedy
Copy link
Member

I believe the appveyor failure is correct and the travis success incorrect. I am opening a new issue and will explain there after I download this into a new branch and check for myself.

@terryjreedy terryjreedy changed the title bpo-30303: IDLE: Modernize textview.py to use PEP8 names bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names May 28, 2017
Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

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

See new issue #30495 for why appveyor failure is correct and the fix I am making.

dialog._current_textview.text.get('1.0', '1.end'))
self.assertEqual(
printer._Printer__lines[1],
dialog._current_textview.text.get('2.0', '2.end')
Copy link
Member

Choose a reason for hiding this comment

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

missing final )

@terryjreedy terryjreedy merged commit 0aa0a06 into python:master May 28, 2017
@csabella csabella deleted the bpo30290 branch May 28, 2017 15:03
terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request Jun 11, 2017
terryjreedy added a commit that referenced this pull request Jun 11, 2017
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