]> 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)
commit85710a40e7e9eab86060bedc3762ccf9ca8d26ca
tree34df432ef5160f2bff895cca080e63760357d376
parente418d760897cc6f6f4dedb364f80f3f52525ffa6
#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