[issue22840] strpdate('20141110', '%Y%m%d%H%S') returns wrong date

Alexander Belopolsky report at bugs.python.org
Tue Nov 11 01:13:30 CET 2014


Alexander Belopolsky added the comment:

Here is another interesting bit from the standard: "The application shall ensure that there is white-space or other non-alphanumeric characters between any two conversion specifications."

This is how they get away from not specifying whether parser of variable width fields should be greedy or not.

----------

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


More information about the Python-bugs-list mailing list