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 rhettinger
Recipients JJeffries, ark3, jfinkels, rhettinger
Date 2010-11-21.01:02:50
SpamBayes Score 8.8096e-05
Marked as misclassified No
Message-id <1290301372.15.0.242430720184.issue9909@psf.upfronthosting.co.za>
In-reply-to
Content
"We already got one, and it's very nice-a"

ISTM, this should be done with regular date arithmetic in the datetime module.

>>> date(1964, 7, 31) - date(1963, 12, 31)
datetime.timedelta(213)

I don't see why we need a new function for this or why it would be put in the calendar module (where some of its functions have been supplanted by the datetime module).
History
Date User Action Args
2010-11-21 01:02:52rhettingersetrecipients: + rhettinger, jfinkels, JJeffries, ark3
2010-11-21 01:02:52rhettingersetmessageid: <1290301372.15.0.242430720184.issue9909@psf.upfronthosting.co.za>
2010-11-21 01:02:50rhettingerlinkissue9909 messages
2010-11-21 01:02:50rhettingercreate