mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
gh-116600: [Enum] fix global Flag repr (GH-116615)
* and fix global flag repr * Update Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
parent
3e45030076
commit
06e29a224f
3 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix :func:`repr` for global :class:`~enum.Flag` members.
|
||||
Loading…
Add table
Add a link
Reference in a new issue