[Python-checkins] python/nondist/sandbox/datetime obj_timetz.c,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 10 Dec 2002 16:11:18 -0800


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

Modified Files:
	obj_timetz.c 
Log Message:
Just noted that timetz is wholly non-functional now in the C
implementation.  This is taking a detour to implement the tzinfo
class first.


Index: obj_timetz.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_timetz.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** obj_timetz.c	10 Dec 2002 02:04:26 -0000	1.1
--- obj_timetz.c	11 Dec 2002 00:11:15 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ /* XXX The timetz type here isn't functional -- it merely compiles.
+  * XXX This is a copy and very light edit of obj_time.c.
+  * XXX The tzinfo base clase has to get implemented first.
+  */
  /*
   * PyDateTime_TimeTZ implementation.