]> granicus.if.org Git - python/commit
SF 685011: calendar module overflow handling
authorRaymond Hettinger <python@rcn.com>
Thu, 13 Feb 2003 22:58:02 +0000 (22:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 13 Feb 2003 22:58:02 +0000 (22:58 +0000)
commit61436489f9eb6a4c4072b05fa9b5d6dc0ef20f2b
treeb907d98fcc1c713097b35eef05c67b9900b0700d
parent1442dc11947fa8bd0da62c6a3282528c53bcf58f
SF 685011: calendar module overflow handling

Restored a Py2.2 behavior to not range check the day of the month.
A user application was this exploiting undocumented, accidental "feature".
Lib/calendar.py