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 eric.araujo
Recipients ajaksu2, eric.araujo, l0nwlf, r.david.murray, schmiddy
Date 2010-04-12.09:25:34
SpamBayes Score 0.0002949942
Marked as misclassified No
Message-id <1271064336.25.0.550142254016.issue7370@psf.upfronthosting.co.za>
In-reply-to
Content
Nice catch. The patch looks good to me and applies correctly on my trunk copy. There seems to be no test about this in the test suite; do you have a little test script to compare old and new code?

On a sidenote, I find all this business with time.time, time.gmtime, time.localtime and time.strftime always confusing. We have datetime objects now, would it be ok to use them in this module?

Regards
History
Date User Action Args
2010-04-12 09:25:36eric.araujosetrecipients: + eric.araujo, ajaksu2, r.david.murray, schmiddy, l0nwlf
2010-04-12 09:25:36eric.araujosetmessageid: <1271064336.25.0.550142254016.issue7370@psf.upfronthosting.co.za>
2010-04-12 09:25:35eric.araujolinkissue7370 messages
2010-04-12 09:25:34eric.araujocreate