Skip to content
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

[Enum] Improve Flag support #101658

Open
ethanfurman opened this issue Feb 7, 2023 · 0 comments
Open

[Enum] Improve Flag support #101658

ethanfurman opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels
3.12 bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@ethanfurman
Copy link
Member

  • move actual pseudo-member creation to _create_pseudo_member_ to allow customization
  • allow member iteration in any of: ascending value, descending value, or definition order (default)
@ethanfurman ethanfurman added type-feature A feature request or enhancement stdlib Python modules in the Lib dir 3.12 bugs and security fixes labels Feb 7, 2023
@ethanfurman ethanfurman self-assigned this Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
1 participant