]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140766: [Enum] add `show_flag_values` and `bin` to `enum.__all__` (GH-140765)
authorGuo Ci <zguoci@gmail.com>
Thu, 30 Oct 2025 17:32:55 +0000 (13:32 -0400)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 17:32:55 +0000 (10:32 -0700)
commite4deefbb2f93bceba6dd5c38152c90d678cd882c
tree2dc320b19af23ce7ee0baabec474cc28c54c5b90
parent95a3564869daa3cc083e4d4603f5f03ee5f53e31
gh-140766: [Enum] add `show_flag_values` and `bin` to `enum.__all__` (GH-140765)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2025-10-29-16-53-00.gh-issue-140766.CNagKF.rst [new file with mode: 0644]