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 jborgohain, lemburg, mwtoews, pitrou
Date 2009-08-05.11:09:24
SpamBayes Score 0.0002365732
Marked as misclassified No
Message-id <1249470566.7.0.494218470684.issue1436346@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, looks like there's a bug in roundup's email interface... the code
snippet should have read:

>>> from mx.DateTime import *
>>> today().day_of_year
217
>>> Date(2009, 1, 1) + (217 - 1)
<mx.DateTime.DateTime object for '2009-08-05 00:00:00.00' at 2b5320c262f0>
History
Date User Action Args
2009-08-05 11:09:26lemburgsetrecipients: + lemburg, pitrou, mwtoews, jborgohain
2009-08-05 11:09:26lemburgsetmessageid: <1249470566.7.0.494218470684.issue1436346@psf.upfronthosting.co.za>
2009-08-05 11:09:25lemburglinkissue1436346 messages
2009-08-05 11:09:24lemburgcreate