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 AaronR, Alex.Willmer, BreamoreBoy, Erik Cederstrand, Erik.Cederstrand, aganders3, belopolsky, berker.peksag, r.david.murray, serhiy.storchaka, tim.peters
Date 2015-03-20.05:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426830743.61.0.305555201022.issue12006@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is synchronized with the tip, added the versionadded directives and whatsnews entry, addressed sasha's comment on Rietveld. Fixed a bug: %a and %A now are interchangeable with %u as well as with %w.

I don't understand what more test are needed. Existing tests cover %Y %V ambiguity:

>>> date(1906, 12, 31).strftime('%G %V %u')
'1907 01 1'
>>> date(1917, 12, 31).strftime('%G %V %u')
'1918 01 1'
History
Date User Action Args
2015-03-20 05:52:23serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, belopolsky, r.david.murray, BreamoreBoy, Erik.Cederstrand, AaronR, aganders3, berker.peksag, Erik Cederstrand, Alex.Willmer
2015-03-20 05:52:23serhiy.storchakasetmessageid: <1426830743.61.0.305555201022.issue12006@psf.upfronthosting.co.za>
2015-03-20 05:52:23serhiy.storchakalinkissue12006 messages
2015-03-20 05:52:23serhiy.storchakacreate