[Python-checkins] CVS: python/nondist/sandbox/datetime test_datetime.py,1.30,1.31

Tim Peters tim.one@comcast.net
Mon, 04 Mar 2002 15:29:43 -0500


[Guido]
> Why were we using datetime.new(args) to create instances?

I have no idea:  I did it because the rest of the test file did, and I
confess I even went back and changed some of my plain "datetime(...)"s into
"datetime.new(...)"s!  I figure we figured this was really a Smalltalk class
<wink>.