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 inglesp
Recipients inglesp, sbanjac
Date 2012-09-28.10:50:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348829455.51.0.983162454988.issue16078@psf.upfronthosting.co.za>
In-reply-to
Content
This behaviour is correct.  Years divisible by 4 are leap years, except years divisible by 100, except years divisible 400.

Source http://en.wikipedia.org/wiki/Leap_year.
History
Date User Action Args
2012-09-28 10:50:55inglespsetrecipients: + inglesp, sbanjac
2012-09-28 10:50:55inglespsetmessageid: <1348829455.51.0.983162454988.issue16078@psf.upfronthosting.co.za>
2012-09-28 10:50:55inglesplinkissue16078 messages
2012-09-28 10:50:55inglespcreate