[Python-checkins] python/nondist/sandbox/datetime obj_datetime.c,1.51,1.52

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
2002年12月13日 17:14:34 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv31010
Modified Files:
	obj_datetime.c 
Log Message:
Typo repair.
Index: obj_datetime.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_datetime.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** obj_datetime.c	14 Dec 2002 01:13:59 -0000	1.51
--- obj_datetime.c	14 Dec 2002 01:14:32 -0000	1.52
***************
*** 501,505 ****
 
 			assert(n == OFFSET_AWARE);
! 			assert(PyTimeTZ_Check(self));
 			/* It doesn't really matter what we do now, except
 			 * that we have to ensure that datetimetz objects that
--- 501,505 ----
 
 			assert(n == OFFSET_AWARE);
! 			assert(PyDateTimeTZ_Check(self));
 			/* It doesn't really matter what we do now, except
 			 * that we have to ensure that datetimetz objects that

AltStyle によって変換されたページ (->オリジナル) /