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 r.david.murray
Recipients r.david.murray, tonn81
Date 2014-11-12.17:57:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415815066.71.0.31091856613.issue22857@psf.upfronthosting.co.za>
In-reply-to
Content
You are talking about time.strftime, I presume.  datetime supports %f.  time.strftime does not, because it wraps the system strftime, and that does not support %f (at least not on my linux system).
History
Date User Action Args
2014-11-12 17:57:46r.david.murraysetrecipients: + r.david.murray, tonn81
2014-11-12 17:57:46r.david.murraysetmessageid: <1415815066.71.0.31091856613.issue22857@psf.upfronthosting.co.za>
2014-11-12 17:57:46r.david.murraylinkissue22857 messages
2014-11-12 17:57:46r.david.murraycreate