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 jamercee
Recipients Saimadhav.Heblikar, belopolsky, jamercee, lemburg, serhiy.storchaka, torm
Date 2014-12-31.17:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420047328.22.0.82545598009.issue23136@psf.upfronthosting.co.za>
In-reply-to
Content
I understand. Actually, raising an exception would be perfectly acceptable as well (possibly even more desirable). 

I too experimented with the c-lib strptime() and discovered the negative values of tm_mday. These results are good too -- as they clearly show the number of days before the new year.

I don't think it's important for the python version to return the same values, but it would be better for it to at least be predictable.
History
Date User Action Args
2014-12-31 17:35:28jamerceesetrecipients: + jamercee, lemburg, belopolsky, serhiy.storchaka, Saimadhav.Heblikar, torm
2014-12-31 17:35:28jamerceesetmessageid: <1420047328.22.0.82545598009.issue23136@psf.upfronthosting.co.za>
2014-12-31 17:35:28jamerceelinkissue23136 messages
2014-12-31 17:35:27jamerceecreate