Message96079
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. |
|
Date |
User |
Action |
Args |
2009-12-07 22:22:13 | ezio.melotti | set | recipients:
+ ezio.melotti, tim.peters, doerwalter, georg.brandl, pitrou, r.david.murray |
2009-12-07 22:22:13 | ezio.melotti | set | messageid: <1260224533.66.0.815491106512.issue7342@psf.upfronthosting.co.za> |
2009-12-07 22:22:12 | ezio.melotti | link | issue7342 messages |
2009-12-07 22:22:12 | ezio.melotti | create | |
|