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

Tim Peters tim_one@users.sourceforge.net
Sun, 03 Mar 2002 18:25:30 -0800


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

Modified Files:
	datetime.py 
Log Message:
timedelta docstring:  document that int/long/float seconds work w/ + and -.


Index: datetime.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/datetime.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** datetime.py	4 Mar 2002 02:23:26 -0000	1.34
--- datetime.py	4 Mar 2002 02:25:28 -0000	1.35
***************
*** 270,273 ****
--- 270,274 ----
  
      - add, subtract timedelta
+     - add, subtract int/long/float seconds
      - unary plus, minus, abs
      - compare to timedelta