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 brian.curtin
Recipients brian.curtin, ezio.melotti, georg.brandl, mikejs
Date 2010-01-14.04:04:00
SpamBayes Score 0.00026201698
Marked as misclassified No
Message-id <1263441842.84.0.341833762108.issue7699@psf.upfronthosting.co.za>
In-reply-to
Content
Seems reasonable.


Additionally, the block about time.strftime not utilizing date related formats (line 1514 in the patched file) can be removed. It has worked for a long time (forever?).

>>> time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
'2010-01-13 21:32:52'
History
Date User Action Args
2010-01-14 04:04:02brian.curtinsetrecipients: + brian.curtin, georg.brandl, ezio.melotti, mikejs
2010-01-14 04:04:02brian.curtinsetmessageid: <1263441842.84.0.341833762108.issue7699@psf.upfronthosting.co.za>
2010-01-14 04:04:01brian.curtinlinkissue7699 messages
2010-01-14 04:04:01brian.curtincreate