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 pitrou
Recipients Arfrever, Martin.Morrison, Matthew.Earl, belopolsky, brett.cannon, docs@python, hynek, pconnell, pitrou, swalker, vstinner
Date 2013-10-24.14:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382623501.35.0.669787243652.issue19376@psf.upfronthosting.co.za>
In-reply-to
Content
Note: the actual explanation is that Feb 29th doesn't exist in *1900* which is the default year in strptime(). The same error happens if you ask for "Feb 30" or "Apr 31", it has nothing to do with leap years specifically.

In other words, the documentation looks sufficient to me as-is, and adding special wording for this would only make it longer than it should be.
History
Date User Action Args
2013-10-24 14:05:01pitrousetrecipients: + pitrou, brett.cannon, belopolsky, vstinner, Arfrever, swalker, docs@python, hynek, Martin.Morrison, pconnell, Matthew.Earl
2013-10-24 14:05:01pitrousetmessageid: <1382623501.35.0.669787243652.issue19376@psf.upfronthosting.co.za>
2013-10-24 14:05:01pitroulinkissue19376 messages
2013-10-24 14:05:01pitroucreate