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 santoso.wijaya
Recipients mangeletti, santoso.wijaya
Date 2011-04-01.06:12:45
SpamBayes Score 5.758812e-09
Marked as misclassified No
Message-id <1301638366.02.0.7862234167.issue11735@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, I can't reproduce this on darwin:

Python 2.7.1 (r271:86832, Jan 26 2011, 19:17:30) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime('%m/%d/%Y %H:%M:%S:%f')
'03/31/2011 23:11:59:f'
History
Date User Action Args
2011-04-01 06:12:46santoso.wijayasetrecipients: + santoso.wijaya, mangeletti
2011-04-01 06:12:46santoso.wijayasetmessageid: <1301638366.02.0.7862234167.issue11735@psf.upfronthosting.co.za>
2011-04-01 06:12:45santoso.wijayalinkissue11735 messages
2011-04-01 06:12:45santoso.wijayacreate