-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
docs: Fix enum reassign str
documentation
#101507
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
Conversation
Is it possible to revert the |
Unfortunately, no. Using As for logging and error reporting, it's been my experience so far that that should almost always use |
@ethanfurman Thanks for the reply, will try to use these mixin techniques where I'm unable to use |
Thanks @gesslerpd for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-101518 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 24cbc7a) Co-authored-by: Peter Gessler <gesslerpd@users.noreply.github.com>
(cherry picked from commit 24cbc7a) Co-authored-by: Peter Gessler <gesslerpd@users.noreply.github.com>
Previous documentation didn't show correct reassignment to restore 3.10 enum str behavior.