changeset: 95440:47a61a1c97b3 user: Serhiy Storchaka date: Sat Apr 04 12:48:04 2015 +0300 files: Lib/test/test_enum.py description: Fixed test_enum for issue #15582. diff -r 38747f32fa7b -r 47a61a1c97b3 Lib/test/test_enum.py --- a/Lib/test/test_enum.py Sat Apr 04 12:44:30 2015 +0300 +++ b/Lib/test/test_enum.py Sat Apr 04 12:48:04 2015 +0300 @@ -1560,6 +1560,10 @@ 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