[New-bugs-announce] [issue15065] strftime format string %F %T consistency problem

Kevin report at bugs.python.org
Thu Jun 14 14:48:01 CEST 2012


New submission from Kevin <kevin.fairbanks at gatech.edu>:

When using %F and %T in strftime on Mac and Linux the function works as expected, but it fails on Windows.  Although these format strings are not in the Python documentation, the inconsistent behavior should be noted or corrected.  If possible, the %F and %T could be expanded in some way on Windows systems or cause a format string error on POSIX systems so that the function behaves the same way across platforms.

----------
messages: 162779
nosy: kfairbanks
priority: normal
severity: normal
status: open
title: strftime format string %F %T consistency problem
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list