bpo-2091: Fix typo in exception message by berkerpeksag · Pull Request #12987 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@berkerpeksag

Copy link Copy Markdown

Member

@berkerpeksag berkerpeksag commented

Apr 27, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

@tirkarthi tirkarthi left a comment

Choose a reason for hiding this comment

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

LGTM. I am not sure of backporting this to 3.7. There was a similar typo fixed in Lib/random.py error message and was not backported to 3.7 as noted in https://bugs.python.org/issue35782#msg334364.

Thanks.

@berkerpeksag

Copy link Copy Markdown

Member Author

We don't backport changes to existing error messages only when we significantly changed their formats. 2433a2a and this one are completely OK to backport.

@berkerpeksag berkerpeksag merged commit 21a9ba1 into python:master

Apr 27, 2019

@miss-islington

Copy link Copy Markdown

Contributor

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

@berkerpeksag berkerpeksag deleted the fix-open-error-message branch

April 27, 2019 19:40

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 27, 2019
(cherry picked from commit 21a9ba1)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>

@bedevere-bot

Copy link Copy Markdown

GH-12988 is a backport of this pull request to the 3.7 branch.

berkerpeksag added a commit that referenced this pull request

Apr 27, 2019
(cherry picked from commit 21a9ba1)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@tirkarthi tirkarthi tirkarthi approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@berkerpeksag @miss-islington @bedevere-bot @tirkarthi @the-knights-who-say-ni