[New-bugs-announce] [issue11735] Python Crash on strftime with %f

mangeletti report at bugs.python.org
Fri Apr 1 05:12:59 CEST 2011


New submission from mangeletti <michael at angelettigroup.com>:

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.

----------
components: Library (Lib)
messages: 132727
nosy: mangeletti
priority: normal
severity: normal
status: open
title: Python Crash on strftime with %f
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11735>
_______________________________________


More information about the New-bugs-announce mailing list