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-31414: IDLE -- fix tk entry box tests by deleting first. #3501

Merged
merged 2 commits into from
Sep 11, 2017

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Sep 11, 2017

Adding to an int entry is not the same as deleting and inserting
because int('') will fail.

https://bugs.python.org/issue31414

Adding to an int entry is not the same as deleting and inserting
because int('') will fail.
@terryjreedy terryjreedy merged commit 667522e into python:master Sep 11, 2017
@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@terryjreedy terryjreedy deleted the cdtest branch September 11, 2017 20:02
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 11, 2017
…ythonGH-3501)

Adding to an int entry is not the same as deleting and inserting
because int('') will fail.
(cherry picked from commit 667522e)
@bedevere-bot
Copy link

GH-3502 is a backport of this pull request to the 3.6 branch.

@terryjreedy terryjreedy self-assigned this Sep 11, 2017
terryjreedy pushed a commit that referenced this pull request Sep 11, 2017
…H-3501) (#3502)

Adding to an int entry is not the same as deleting and inserting
because int('') will fail.
(cherry picked from commit 667522e)
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