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 benjamin.peterson, pitrou
Date 2009-04-04.16:54:36
SpamBayes Score 0.00060680095
Marked as misclassified No
Message-id <1238864078.6.0.552957987991.issue5690@psf.upfronthosting.co.za>
In-reply-to
Content
Compiled with VS 2008 Express:

test test_types failed -- Traceback (most recent call last):
  File "Z:\py3k\__svn__\lib\test\test_types.py", line 343, in
test_int__format__

    test(1234, ',', '1,234')
  File "Z:\py3k\__svn__\lib\test\test_types.py", line 235, in test
    self.assertEqual(i.__format__(format_spec), result)
AssertionError: '1234\x00' != '1,234'
History
Date User Action Args
2009-04-04 16:54:38pitrousetrecipients: + pitrou, benjamin.peterson
2009-04-04 16:54:38pitrousetmessageid: <1238864078.6.0.552957987991.issue5690@psf.upfronthosting.co.za>
2009-04-04 16:54:37pitroulinkissue5690 messages
2009-04-04 16:54:36pitroucreate