Skip to content

[3.7] bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (GH-14809) #19166

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

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 25, 2020

  • Use qualname instead of name in enum exception messages.
    (cherry picked from commit 323842c)

Co-authored-by: Walter Dörwald walter@livinglogic.de

https://bugs.python.org/issue34443

…sages. (pythonGH-14809)

* Use __qualname__ instead of __name__ in enum exception messages.
(cherry picked from commit 323842c)

Co-authored-by: Walter Dörwald <walter@livinglogic.de>
@miss-islington
Copy link
Contributor Author

@doerwalter and @ethanfurman: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@doerwalter and @ethanfurman: Status check is done, and it's a success ✅ .

@ethanfurman
Copy link
Member

On second thought, this feels more like a usability enhancement and not a bug-fix. Cancelling backport.

@miss-islington miss-islington deleted the backport-323842c-3.7 branch March 25, 2020 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants