[Python-checkins] CVS: python/nondist/sandbox/datetime datetime.py,1.28,1.29

Tim Peters tim.one@comcast.net
Mon, 04 Mar 2002 05:36:51 -0500


[M.-A. Lemburg]
> Looks a lot like what I do in mxDateTime.c :-)

The key difference is that the Dates.py Gregorian algorithms were loop-free,
no matter how large or small the year, even if the year requires a million
bits to express (although not even Guido may live long enough to verify that
in person <wink>).