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 python-dev
Recipients ezio.melotti, michael.foord, pitrou, python-dev, rhettinger
Date 2011-04-27.07:21:37
SpamBayes Score 0.00046881387
Marked as misclassified No
Message-id <E1QEz44-0000Dz-Ry@dinsdale.python.org>
In-reply-to
Content
New changeset 8dbf661c0a63 by Ezio Melotti in branch '2.7':
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
http://hg.python.org/cpython/rev/8dbf661c0a63

New changeset 04e64f77c6c7 by Ezio Melotti in branch '3.1':
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
http://hg.python.org/cpython/rev/04e64f77c6c7

New changeset b316019638df by Ezio Melotti in branch '3.2':
#11763: merge with 3.1.
http://hg.python.org/cpython/rev/b316019638df

New changeset df154c872b0c by Ezio Melotti in branch 'default':
#11763: merge with 3.2.
http://hg.python.org/cpython/rev/df154c872b0c
History
Date User Action Args
2011-04-27 07:21:41python-devsetrecipients: + python-dev, rhettinger, pitrou, ezio.melotti, michael.foord
2011-04-27 07:21:37python-devlinkissue11763 messages
2011-04-27 07:21:37python-devcreate