[Python-checkins] python/nondist/sandbox/datetime test_datetime.py,1.44,1.45

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 19 Nov 2002 19:29:45 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv12484

Modified Files:
	test_datetime.py 
Log Message:
Typo repair in comment.


Index: test_datetime.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/test_datetime.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** test_datetime.py	20 Nov 2002 03:23:34 -0000	1.44
--- test_datetime.py	20 Nov 2002 03:29:43 -0000	1.45
***************
*** 321,325 ****
              t = d.timetuple()
              self.assertEqual(t, (1956, 2, 1+i, 0, 0, 0, (2+i)%7, 32+i, -1))
!             # March 1, 1956 is a Thurday (3), and is the 31+29+1 = 61st day
              # of the year.
              d = self.theclass(1956, 3, 1+i)
--- 321,325 ----
              t = d.timetuple()
              self.assertEqual(t, (1956, 2, 1+i, 0, 0, 0, (2+i)%7, 32+i, -1))
!             # March 1, 1956 is a Thursday (3), and is the 31+29+1 = 61st day
              # of the year.
              d = self.theclass(1956, 3, 1+i)