]> granicus.if.org Git - python/commitdiff
Fixed test_enum for issue #15582.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2015 09:48:04 +0000 (12:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2015 09:48:04 +0000 (12:48 +0300)
Lib/test/test_enum.py

index acf9cfa965be6bfd59c3ff05b2d2143e9b619ea8..278266ef0784a62acaef8e24831e703a1870777f 100644 (file)
@@ -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