[issue24244] Python Crash on strftime with %f on Python 3

Majeed Arni report at bugs.python.org
Wed May 20 15:54:59 CEST 2015


Majeed Arni added the comment:

When we have this for format:
    date_format = '%Y %m %d %H:%M:%S %z'
I see our logs as:
[2015 05 19 17:36:09 -0500] watcher modified

When I change the format to:
[2015 05 20 08:51:24 -0500] stderr AttributeError: 'StreamLogger' object has no attribute 'flush'

Unhandled exception in thread started by

----------

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


More information about the Python-bugs-list mailing list