Am I missing something? Why does May 7th
and other dates work but I'm getting "invalid
token" for May 8th and 9th? (I have not tested
many other dates of the year in this way) This
is from a freshly begun IDLE session:
IDLE 1.2
>>> import datetime
>>> datetime.datetime(2008,05,07)
datetime.datetime(2008, 5, 7, 0, 0)
>>> datetime.datetime(2008, 05, 08)
SyntaxError: invalid token
>>> datetime.datetime(2008, 05, 09)
SyntaxError: invalid token
Is this a glitch in the Matrix?
Che
_________________________________________________________________
E-mail for the greater good. Join the i’m Initiative from Microsoft.
http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ GreaterGood
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor