This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2015-03-31.16:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427818238.81.0.788495836451.issue23826@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_pydoc (__main__.TestStdLib)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_enum.py", line 1609, in test_pydoc
    self.assertEqual(result, expected_text)
AssertionError: 'Help[450 chars]n |  \n |  value\n |  \n |  ------------------[123 chars]rs__' != 'Help[450 chars]n |      The name of the Enum member.\n |  \n [394 chars]ing.'
Diff is 969 characters long. Set self.maxDiff to None to see it.
History
Date User Action Args
2015-03-31 16:10:38brett.cannonsetrecipients: + brett.cannon
2015-03-31 16:10:38brett.cannonsetmessageid: <1427818238.81.0.788495836451.issue23826@psf.upfronthosting.co.za>
2015-03-31 16:10:38brett.cannonlinkissue23826 messages
2015-03-31 16:10:38brett.cannoncreate