[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

Steve Dower report at bugs.python.org
Wed May 20 23:00:42 CEST 2015


Steve Dower added the comment:

It raises ValueError just like now (no visible change), but it won't crash and doesn't require being able to validate the complete format string.

If we want any different behaviour, we need to reimplement strftime for Python, which I'd be okay with, but I'm not the one to do it :)

----------

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


More information about the Python-bugs-list mailing list