[Python-checkins] python/dist/src/Lib calendar.py,1.31,1.32

Tim Peters tim.one@comcast.net
Thu, 13 Feb 2003 18:06:41 -0500


[rhettinger@users.sourceforge.net]
> Update of /cvsroot/python/python/dist/src/Lib
> In directory sc8-pr-cvs1:/tmp/cvs-serv17485
>
> Modified Files:
> 	calendar.py
> Log Message:
> 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".

Heh.  If you've learned that no line of code can ever be changed without
*someone* whining about it, I won't make you learn that lesson again <wink>.