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 xdegaye
Recipients Alex.Willmer, belopolsky, lemburg, serhiy.storchaka, xdegaye
Date 2016-05-03.20:21:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462306875.55.0.787697969763.issue26929@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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
>>>
History
Date User Action Args
2016-05-03 20:21:15xdegayesetrecipients: + xdegaye, lemburg, belopolsky, serhiy.storchaka, Alex.Willmer
2016-05-03 20:21:15xdegayesetmessageid: <1462306875.55.0.787697969763.issue26929@psf.upfronthosting.co.za>
2016-05-03 20:21:15xdegayelinkissue26929 messages
2016-05-03 20:21:15xdegayecreate