Skip to content

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

Closed
miss-islington wants to merge 1 commit into
python:3.7from
miss-islington:backport-323842c-3.7
Closed

[3.7] bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (GH-14809)#19166
miss-islington wants to merge 1 commit into
python:3.7from
miss-islington:backport-323842c-3.7

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor
  • 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
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@ethanfurman

Copy link
Copy Markdown
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