mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
* [3.10] [Enum] improve test, add andrei kulakov to ACKS (GH-26726).
(cherry picked from commit cb2014f207
)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
This commit is contained in:
parent
0f99324f61
commit
41c2a4a727
4 changed files with 28 additions and 4 deletions
|
@ -1637,7 +1637,7 @@ class verify:
|
|||
else:
|
||||
value = 'combined values of 0x%x' % missing_value
|
||||
raise ValueError(
|
||||
'invalid Flag %r: %s %s [use `enum.show_flag_values(value)` for details]'
|
||||
'invalid Flag %r: %s %s [use enum.show_flag_values(value) for details]'
|
||||
% (cls_name, alias, value)
|
||||
)
|
||||
return enumeration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue