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 pitrou
Recipients Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy, vstinner
Date 2011-02-23.12:52:57
SpamBayes Score 0.004194253
Marked as misclassified No
Message-id <1298465578.51.0.364598339196.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
This new failure is perhaps related:

http://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x/builds/572/steps/test/logs/stdio


======================================================================
FAIL: test_module (test.test_reprlib.LongReprTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\buildslave-py3k\3.x.curtin-win2008-amd64\build\lib\test\test_reprlib.py", line 237, in test_module
    "<module '%s' from '%s'>" % (areallylongpackageandmodulenametotestreprtruncation.__name__, areallylongpackageandmodulenametotestreprtruncation.__file__))
AssertionError: "<module 'areallylongpackageandmodulenametotestreprtruncation.areallylongpackage [truncated]... != "<module 'areallylongpackageandmodulenametotestreprtruncation.areallylongpackage [truncated]...
Diff is 825 characters long. Set self.maxDiff to None to see it.
History
Date User Action Args
2011-02-23 12:52:58pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, vstinner, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-02-23 12:52:58pitrousetmessageid: <1298465578.51.0.364598339196.issue3080@psf.upfronthosting.co.za>
2011-02-23 12:52:57pitroulinkissue3080 messages
2011-02-23 12:52:57pitroucreate