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 lemburg
Recipients Esben.Agerbæk.Black, belopolsky, lemburg, mark.dickinson, pitrou
Date 2012-04-22.20:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4F94692A.5080608@egenix.com>
In-reply-to <1335125780.82.0.117927999218.issue14423@psf.upfronthosting.co.za>
Content
Mark Dickinson wrote:
> 
> By the way, I don't think the algorithm used in the current patch is correct.  For 'date.from_iso_week(2009, 1)' I get 2009/1/1, which was a Thursday.  The documentation seems to indicate that a Monday should be returned.

True, the correct date is 2008-12-29.
History
Date User Action Args
2012-04-22 20:25:25lemburgsetrecipients: + lemburg, mark.dickinson, belopolsky, pitrou, Esben.Agerbæk.Black
2012-04-22 20:25:24lemburglinkissue14423 messages
2012-04-22 20:25:24lemburgcreate