bpo-43957: [Enum] deprecate TypeError from containment checks#25670
Merged
ethanfurman merged 1 commit intopython:masterfrom Apr 27, 2021
Merged
bpo-43957: [Enum] deprecate TypeError from containment checks#25670ethanfurman merged 1 commit intopython:masterfrom
TypeError from containment checks#25670ethanfurman merged 1 commit intopython:masterfrom
Conversation
In 3.12 ``True`` or ``False`` will be returned for all containment checks, with ``True`` being returned if the value is either a member of that enum or one of its members' value.
Member
|
I'm not sure what the actual bug number for this is, but it isn't 42957. (Note that even if you rename the issue, if there's only one commit then the "merge" button will default to that commit message rather than taking the bug number from the title.) |
TypeError from containment checksTypeError from containment checks
Member
Author
|
@zooba Thanks, title fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In 3.12
TrueorFalsewill be returned for all containment checks,with
Truebeing returned if the value is either a member of that enumor one of its members' value.
https://bugs.python.org/issue42957