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 Retro
Recipients Retro, belopolsky, eric.araujo, georg.brandl, pjenvey, r.david.murray, shadikka, terry.reedy
Date 2010-10-18.21:16:27
SpamBayes Score 1.1267311e-08
Marked as misclassified No
Message-id <1287436588.95.0.0884313024675.issue10073@psf.upfronthosting.co.za>
In-reply-to
Content
I have uploaded a new patch. It removes the  if year == 0  nonsense. Check it out. I hope you like it now.

When you were organizing the Standard Library, you didn't fix flaws in the calendar module. What I have in mind is, for example, the isleap() function which should be defined as is_leap(). But now it's all too late for that fixes.

Please apply my patch for calendar.isleap() to the trunk. Thanks.
History
Date User Action Args
2010-10-18 21:16:29Retrosetrecipients: + Retro, georg.brandl, terry.reedy, belopolsky, pjenvey, eric.araujo, r.david.murray, shadikka
2010-10-18 21:16:28Retrosetmessageid: <1287436588.95.0.0884313024675.issue10073@psf.upfronthosting.co.za>
2010-10-18 21:16:27Retrolinkissue10073 messages
2010-10-18 21:16:27Retrocreate