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 ezio.melotti
Recipients doerwalter, ezio.melotti, georg.brandl, pitrou, r.david.murray, tim.peters
Date 2009-12-07.22:22:11
SpamBayes Score 1.1070769e-07
Marked as misclassified No
Message-id <1260224533.66.0.815491106512.issue7342@psf.upfronthosting.co.za>
In-reply-to
Content
Simple patch that fixes the test using a datetime object with a specific
number of microseconds instead of using datetime.now().

The test only checks that _strptime._strptime returns the correct value
for the microseconds, in test_datetime there are already other tests
(e.g. TestTime.test_str) that check that the microseconds are present
only if the value is different from 0.
History
Date User Action Args
2009-12-07 22:22:13ezio.melottisetrecipients: + ezio.melotti, tim.peters, doerwalter, georg.brandl, pitrou, r.david.murray
2009-12-07 22:22:13ezio.melottisetmessageid: <1260224533.66.0.815491106512.issue7342@psf.upfronthosting.co.za>
2009-12-07 22:22:12ezio.melottilinkissue7342 messages
2009-12-07 22:22:12ezio.melotticreate