[issue26929] android: test_strptime fails

Xavier de Gaye report at bugs.python.org
Tue May 3 16:21:15 EDT 2016


Xavier de Gaye added the comment:

>>> for i in range(25, 32):
...   print(datetime.date(1904, 12, i).strftime('%Y %U %w   %G %V %u'))
... 
1904 52 0   1904 51 7
1904 52 1   1904 52 1
1904 52 2   1904 52 2
1904 52 3   1904 52 3
1904 52 4   1904 52 4
1904 52 5   1904 52 5
1904 52 6   1904 52 6
>>>

----------

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


More information about the Python-bugs-list mailing list