This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients belopolsky, lemburg, serhiy.storchaka
Date 2017-09-29.09:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506677537.11.0.213398074469.issue31635@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -vuall test_strptime
...
======================================================================
FAIL: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests) [Jan 1 on Sunday] (date=(1905, 1, 1), format='%G %V %w')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython3.7/Lib/test/test_strptime.py", line 508, in test_helper
    self.assertEqual(strp_output[:3], ymd_tuple, msg)
AssertionError: Tuples differ: (1905, 1, 8) != (1905, 1, 1)

First differing element 2:
8
1

- (1905, 1, 8)
?           ^

+ (1905, 1, 1)
?           ^
 : '1904 53 0': 374 != 1

======================================================================
...
FAILED (failures=16, skipped=1)
History
Date User Action Args
2017-09-29 09:32:17serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, belopolsky
2017-09-29 09:32:17serhiy.storchakasetmessageid: <1506677537.11.0.213398074469.issue31635@psf.upfronthosting.co.za>
2017-09-29 09:32:17serhiy.storchakalinkissue31635 messages
2017-09-29 09:32:16serhiy.storchakacreate