From: Serhiy Storchaka Date: Sat, 4 Apr 2015 09:48:04 +0000 (+0300) Subject: Fixed test_enum for issue #15582. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b599ca8cff849e45c30a499bc2d38c25766694b8;p=python Fixed test_enum for issue #15582. --- diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py index acf9cfa965..278266ef07 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