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
In c9480d5 the default was changed from STRICT to CONFORM, but the docs were never updated to reflect this. See https://docs.python.org/3.11/library/enum.html#enum.FlagBoundary
STRICT
CONFORM
STRICT Out-of-range values cause a ValueError to be raised. This is the default for Flag:
The text was updated successfully, but these errors were encountered:
gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (G…
7f1c721
…H-101746)
pythongh-101739: [Enum] update docs - default boundary for Flag is CO…
d606a7c
…NFORM (pythonGH-101746) (cherry picked from commit 7f1c721) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
b7a49eb
…H-101746) (cherry picked from commit 7f1c721) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
ethanfurman
No branches or pull requests
In c9480d5 the default was changed from
STRICT
toCONFORM
, but the docs were never updated to reflect this.See https://docs.python.org/3.11/library/enum.html#enum.FlagBoundary
Linked PRs
The text was updated successfully, but these errors were encountered: