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 mangeletti
Recipients mangeletti
Date 2011-04-01.03:12:58
SpamBayes Score 7.614909e-12
Marked as misclassified No
Message-id <1301627579.13.0.817048852294.issue11735@psf.upfronthosting.co.za>
In-reply-to
Content
Win XP 32 bit 2.7.4

>>> import time
>>> time.strftime('%m/%d/%Y %H:%M:%S')
'03/31/2011 20:04:52'
>>> # ^^^ works fine
>>> time.strftime('%m/%d/%Y %H:%M:%S:%f')  # Oops, forgot `time.strftime` doesn't provide microseconds

Python crashes

Error Signature (sorry, didn't get full log):

AppName: python.exe	 AppVer: 0.0.0.0	 ModName: msvcr90.dll
ModVer: 9.0.30729.4148	 Offset: 0005bbac


I've never patched Python, but I might try to give it a whirl.
History
Date User Action Args
2011-04-01 03:12:59mangelettisetrecipients: + mangeletti
2011-04-01 03:12:59mangelettisetmessageid: <1301627579.13.0.817048852294.issue11735@psf.upfronthosting.co.za>
2011-04-01 03:12:58mangelettilinkissue11735 messages
2011-04-01 03:12:58mangeletticreate