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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2017-09-04.20:05:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504555554.02.0.576810053537.issue31339@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: "What if this produces a different result and breaks some code on some platforms?"

No idea. It would call that a regression.

I wrote another much simpler change: https://github.com/python/cpython/pull/3296 raises a ValueError for year larger than 9999. It doesn't touch time.ctime() (yet?).
History
Date User Action Args
2017-09-04 20:05:54vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2017-09-04 20:05:54vstinnersetmessageid: <1504555554.02.0.576810053537.issue31339@psf.upfronthosting.co.za>
2017-09-04 20:05:54vstinnerlinkissue31339 messages
2017-09-04 20:05:53vstinnercreate