[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 03 Dec 2002 20:12:03 -0800


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

Modified Files:
	doc.txt 
Log Message:
Repaired errors.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** doc.txt	3 Dec 2002 22:54:22 -0000	1.1
--- doc.txt	4 Dec 2002 04:12:01 -0000	1.2
***************
*** 20,24 ****
      Like datetime, but also supports a customizable notion of time
      adjustment (for timezones, or daylight savings time, or any other
!     computable adjustment)
  
  class timetz
--- 20,24 ----
      Like datetime, but also supports a customizable notion of time
      adjustment (for timezones, or daylight savings time, or any other
!     computable adjustment).
  
  class timetz
***************
*** 103,107 ****
  
      - unary plus, minus, abs
!       These are exact, but unary minus and abs may overflow.
  
      - comparison of timedelta to timedelta
--- 103,107 ----
  
      - unary plus, minus, abs
!       These are exact, but unary minus may overflow.
  
      - comparison of timedelta to timedelta