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 eli.bendersky
Recipients eli.bendersky
Date 2010-08-06.07:05:22
SpamBayes Score 5.5557124e-05
Marked as misclassified No
Message-id <1281078325.63.0.509083627436.issue9531@psf.upfronthosting.co.za>
In-reply-to
Content
eliben@eliben-desktop:~/python_src/svn-27-maint/Lib/test$ py27 regrtest.py test_complex.py 
test_complex
test test_complex failed -- Traceback (most recent call last):
  File "/home/eliben/python_src/27-maint/Lib/test/test_complex.py", line 563, in test_format
    self.assertEqual(format(z, '-'), str(z))
AssertionError: '(+3j)' != '3j'

1 test failed:
    test_complex
[36603 refs]
History
Date User Action Args
2010-08-06 07:05:26eli.benderskysetrecipients: + eli.bendersky
2010-08-06 07:05:25eli.benderskysetmessageid: <1281078325.63.0.509083627436.issue9531@psf.upfronthosting.co.za>
2010-08-06 07:05:24eli.benderskylinkissue9531 messages
2010-08-06 07:05:22eli.benderskycreate