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

Tim Peters tim_one@users.sourceforge.net
Tue, 05 Mar 2002 00:53:35 -0800


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

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


Index: test_datetime.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/test_datetime.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** test_datetime.py	5 Mar 2002 08:00:41 -0000	1.35
--- test_datetime.py	5 Mar 2002 08:53:33 -0000	1.36
***************
*** 373,377 ****
          for timestamp in 123456789.0, 987654321.0:
              dt = datetime.utcfromtimestamp(timestamp)
!             # Manglee the fields, but in such a way that normalization should
              # restore them to dt's values.
              tm = tmxxx(dt.year - 1, dt.month + 12, dt.day + 100,
--- 373,377 ----
          for timestamp in 123456789.0, 987654321.0:
              dt = datetime.utcfromtimestamp(timestamp)
!             # Mangles the fields, but in such a way that normalization should
              # restore them to dt's values.
              tm = tmxxx(dt.year - 1, dt.month + 12, dt.day + 100,