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 brett.cannon
Recipients belopolsky, brett.cannon, pitrou
Date 2012-09-12.17:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347471569.16.0.344244114185.issue15933@psf.upfronthosting.co.za>
In-reply-to
Content
First off, that assertEquals should have a custom error message stating what values the date objects had to better tell how off things were.

Second, this can probably be solved by upping the timedelta to something like a minute or something for when it's run on a really slow machine (I mean the test itself is wonky based on the the definition of date.today() and not being able to freeze time, so being upwards of a minute off should be acceptable to verify it's still "today").
History
Date User Action Args
2012-09-12 17:39:29brett.cannonsetrecipients: + brett.cannon, belopolsky, pitrou
2012-09-12 17:39:29brett.cannonsetmessageid: <1347471569.16.0.344244114185.issue15933@psf.upfronthosting.co.za>
2012-09-12 17:39:28brett.cannonlinkissue15933 messages
2012-09-12 17:39:28brett.cannoncreate