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 python-dev
Recipients belopolsky, jiangping.li, python-dev, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-28.00:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160928002920.26118.85245.0193D9DE@psf.io>
In-reply-to
Content
New changeset c439bce36bf2 by Alexander Belopolsky in branch '3.5':
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
https://hg.python.org/cpython/rev/c439bce36bf2

New changeset cd384c4b441a by Alexander Belopolsky in branch '3.6':
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
https://hg.python.org/cpython/rev/cd384c4b441a

New changeset bc285a9ecc58 by Alexander Belopolsky in branch 'default':
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
https://hg.python.org/cpython/rev/bc285a9ecc58
History
Date User Action Args
2016-09-28 00:29:29python-devsetrecipients: + python-dev, rhettinger, belopolsky, serhiy.storchaka, xiang.zhang, jiangping.li
2016-09-28 00:29:28python-devlinkissue28253 messages
2016-09-28 00:29:28python-devcreate