]> granicus.if.org Git - python/commit
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 21 Sep 2012 14:26:35 +0000 (17:26 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 21 Sep 2012 14:26:35 +0000 (17:26 +0300)
commitcadff70ba5a761e5899d09c918ad6c87cfb07b7d
tree811aaa4a285ff38a745fa8d323047eff835b0fa5
parent003014bf1e7efcfcad19bd391b206e111ea21083
 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR.  Patch by Cédric Krier.
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS