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.19:53:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462305192.65.0.171880788906.issue26929@psf.upfronthosting.co.za>
In-reply-to
Content
What is the output of following code?

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