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 belopolsky
Recipients belopolsky, brian.curtin, ocean-city
Date 2010-12-08.17:43:41
SpamBayes Score 5.5514087e-05
Marked as misclassified No
Message-id <1291830222.98.0.154845471232.issue10654@psf.upfronthosting.co.za>
In-reply-to
Content
Hirokazu,

Please rerun the test with a -v flag like this:

C:\Python32>.\python -m test.regrtest -v test_datetime

This should tell us whether the failure comes from C (Fast) implementation or Python (Pure) one.  The test in question simply tests that date(y, m, d) + 1 and datetime(y, m, d) + 1 raise TypeError.  Please see if you can reproduce the problem outside of the unit tests.
History
Date User Action Args
2010-12-08 17:43:43belopolskysetrecipients: + belopolsky, ocean-city, brian.curtin
2010-12-08 17:43:42belopolskysetmessageid: <1291830222.98.0.154845471232.issue10654@psf.upfronthosting.co.za>
2010-12-08 17:43:41belopolskylinkissue10654 messages
2010-12-08 17:43:41belopolskycreate