summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-04 12:48:04 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-04 12:48:04 +0300
commit99b261a3b1afad17852a7534e2fcb16da17e1dbe (patch)
tree801945a0f333ca5b825fb765d7f9f4013616baa2 /Lib/test
parent40f00375853af362198af8ab80fb69dec8b84e5f (diff)
downloadcpython-99b261a3b1afad17852a7534e2fcb16da17e1dbe.tar.gz
Fixed test_enum for issue #15582.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_enum.py4
1 files changed, 4 insertions, 0 deletions
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