[Python-checkins] python/nondist/sandbox/datetime test_both.py,1.29,1.30

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 03 Dec 2002 13:54:40 -0800


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

Modified Files:
	test_both.py 
Log Message:
Restored blank line deleted by mistake.


Index: test_both.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/test_both.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** test_both.py	3 Dec 2002 21:52:56 -0000	1.29
--- test_both.py	3 Dec 2002 21:54:36 -0000	1.30
***************
*** 278,281 ****
--- 278,282 ----
  
          self.assertRaises(OverflowError, lambda: -timedelta.max)
+ 
  #############################################################################
  # date tests