mirror of
https://github.com/python/cpython.git
synced 2025-09-24 01:13:22 +00:00
Fixed test_enum for issue #15582.
This commit is contained in:
parent
06e66108c6
commit
b599ca8cff
1 changed files with 4 additions and 0 deletions
|
@ -1560,6 +1560,10 @@ expected_help_output = """
|
||||||
Help on class Color in module %s:
|
Help on class Color in module %s:
|
||||||
|
|
||||||
class Color(enum.Enum)
|
class Color(enum.Enum)
|
||||||
|
| Generic enumeration.
|
||||||
|
|\x20\x20
|
||||||
|
| Derive from this class to define new enumerations.
|
||||||
|
|\x20\x20
|
||||||
| Method resolution order:
|
| Method resolution order:
|
||||||
| Color
|
| Color
|
||||||
| enum.Enum
|
| enum.Enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue