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.

作者 pitrou
收信人 Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy, vstinner
日期 2011-02-23.12:52:57
SpamBayes Score 0.004194253
Marked as misclassified
Message-id <1298465578.51.0.364598339196.issue3080@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-02-23 12:52:58pitrou修改recipients: + 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:58pitrou修改messageid: <1298465578.51.0.364598339196.issue3080@psf.upfronthosting.co.za>
2011-02-23 12:52:57pitrou链接issue3080 messages
2011-02-23 12:52:57pitrou创建