[Python-checkins] python/nondist/sandbox/datetime obj_time.c,1.12,1.13
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2002年12月13日 13:31:26 -0800
Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv27159
Modified Files:
obj_time.c
Log Message:
Comments.
Index: obj_time.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_time.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** obj_time.c 13 Dec 2002 21:26:55 -0000 1.12
--- obj_time.c 13 Dec 2002 21:31:24 -0000 1.13
***************
*** 131,135 ****
* reason, Python's try_3way_compare ignores tp_compare unless
* PyInstance_Check returns true, but these aren't old-style classes.
! * Note that this routine handle all comparisons for time and timetz.
*/
static PyObject *
--- 131,135 ----
* reason, Python's try_3way_compare ignores tp_compare unless
* PyInstance_Check returns true, but these aren't old-style classes.
! * Note that this routine handles all comparisons for time and timetz.
*/
static PyObject *
***************
*** 191,195 ****
"offset-aware times");
return NULL;
-
}
--- 191,194 ----