Skip to content

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