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 Alex.Willmer, belopolsky, lemburg, serhiy.storchaka, xdegaye
Date 2016-05-03.21:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462310846.88.0.430344550009.issue26929@psf.upfronthosting.co.za>
In-reply-to
Content
There is other bug at the last week of a year:

import datetime
for i in range(25, 32):
    print(datetime.date(1906, 12, i).strftime('%Y %U %w   %G %V %u'))

for i in range(1, 10):
    print(datetime.date(1907, 1, i).strftime('%Y %U %w   %G %V %u'))
History
Date User Action Args
2016-05-03 21:27:26serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, belopolsky, xdegaye, Alex.Willmer
2016-05-03 21:27:26serhiy.storchakasetmessageid: <1462310846.88.0.430344550009.issue26929@psf.upfronthosting.co.za>
2016-05-03 21:27:26serhiy.storchakalinkissue26929 messages
2016-05-03 21:27:26serhiy.storchakacreate