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.20:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462306394.88.0.2993788444.issue26929@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. And what is the output of following code?

for i in range(25, 32):
    print(datetime.date(1904, 12, i).strftime('%Y %U %w   %G %V %u'))
History
Date User Action Args
2016-05-03 20:13:14serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, belopolsky, xdegaye, Alex.Willmer
2016-05-03 20:13:14serhiy.storchakasetmessageid: <1462306394.88.0.2993788444.issue26929@psf.upfronthosting.co.za>
2016-05-03 20:13:14serhiy.storchakalinkissue26929 messages
2016-05-03 20:13:14serhiy.storchakacreate