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 tromey
Recipients benjamin.peterson, dmalcolm, pitrou, tromey
Date 2013-01-02.18:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357150574.02.0.219896681713.issue15516@psf.upfronthosting.co.za>
In-reply-to
Content
It does fail without the patch:

test_format
XXX undetected error
test test_format failed -- Traceback (most recent call last):
  File "/home/tromey/Space/Python/cpython/Lib/test/test_format.py", line 251, in test_format
    def test_exc(formatstr, args, exception, excmsg):
  File "/home/tromey/Space/Python/cpython/Lib/test/test_format.py", line 240, in __int__
    raise TestFailed
TestFailed
History
Date User Action Args
2013-01-02 18:16:14tromeysetrecipients: + tromey, pitrou, benjamin.peterson, dmalcolm
2013-01-02 18:16:14tromeysetmessageid: <1357150574.02.0.219896681713.issue15516@psf.upfronthosting.co.za>
2013-01-02 18:16:13tromeylinkissue15516 messages
2013-01-02 18:16:13tromeycreate