From: Serhiy Storchaka Date: Sat, 4 Apr 2015 09:48:04 +0000 (+0300) Subject: Fixed test_enum for issue #15582. X-Git-Tag: v3.5.0a4~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b599ca8cff849e45c30a499bc2d38c25766694b8;p=thirdparty%2FPython%2Fcpython.git Fixed test_enum for issue #15582. --- diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py index acf9cfa965be..278266ef0784 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