[Python-checkins] python/dist/src/Doc/lib tzinfo-examples.py,1.4,1.5

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 09 Jan 2003 11:52:20 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv18885/python/Doc/lib

Modified Files:
	tzinfo-examples.py 
Log Message:
Purged reference to defunct datetimetz.


Index: tzinfo-examples.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tzinfo-examples.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tzinfo-examples.py	4 Jan 2003 06:03:14 -0000	1.4
--- tzinfo-examples.py	9 Jan 2003 19:52:17 -0000	1.5
***************
*** 118,122 ****
              # An exception may be sensible here, in one or both cases.
              # It depends on how you want to treat them.  The astimezone()
!             # implementation always passes a datetimetz with
              # dt.tzinfo == self.
              return ZERO
--- 118,122 ----
              # An exception may be sensible here, in one or both cases.
              # It depends on how you want to treat them.  The astimezone()
!             # implementation always passes a datetime with
              # dt.tzinfo == self.
              return ZERO