diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 09:48:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 09:48:04 (GMT) |
commit | b599ca8cff849e45c30a499bc2d38c25766694b8 (patch) | |
tree | 0515b39b8fa056aa53fc8289585860cf2bb47ee5 /Lib | |
parent | 06e66108c6c71e1cc2b6a0c1d4cd8d245469632f (diff) | |
download | cpython-b599ca8cff849e45c30a499bc2d38c25766694b8.zip cpython-b599ca8cff849e45c30a499bc2d38c25766694b8.tar.gz cpython-b599ca8cff849e45c30a499bc2d38c25766694b8.tar.bz2 |
Fixed test_enum for issue #15582.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_enum.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py index acf9cfa..278266e 100644 --- a/Lib/test/test_enum.py +++ b/Lib/test/test_enum.py @@ -1560,6 +1560,10 @@ expected_help_output = """ Help on class Color in module %s: class Color(enum.Enum) + | Generic enumeration. + |\x20\x20 + | Derive from this class to define new enumerations. + |\x20\x20 | Method resolution order: | Color | enum.Enum |