[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

Paul Ganssle report at bugs.python.org
Mon Mar 18 09:25:29 EDT 2019


Paul Ganssle <p.ganssle at gmail.com> added the comment:

I think the proposed change to the test will work, or we can mark the test as an expected failure on Android (on the theory that the test *should* work because we want the behavior normalized, but we are not living up to that).

In either case, I think a separate issue for normalizing the behavior of `strftime` across platforms would be good. I agree with Victor that the inconsistencies in libc are not a great experience for our users.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35066>
_______________________________________


More information about the Python-bugs-list mailing list