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 ocean-city
Recipients ocean-city
Date 2010-12-08.15:37:30
SpamBayes Score 8.83166e-05
Marked as misclassified No
Message-id <1291822652.75.0.279703972848.issue10654@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why this happens, I can see this on
official python3.2 beta1 windows binary.

C:\Python32>.\python -m test.regrtest test_datetime
[1/1] test_datetime
test test_datetime failed -- Traceback (most recent call last):
  File "c:\Python32\lib\test\datetimetester.py", line 1628, in test_computations

    self.assertRaises(TypeError, lambda: a+i)
AssertionError: TypeError not raised by <lambda>

1 test failed:
    test_datetime
History
Date User Action Args
2010-12-08 15:37:32ocean-citysetrecipients: + ocean-city
2010-12-08 15:37:32ocean-citysetmessageid: <1291822652.75.0.279703972848.issue10654@psf.upfronthosting.co.za>
2010-12-08 15:37:30ocean-citylinkissue10654 messages
2010-12-08 15:37:30ocean-citycreate