[Python-checkins] python/dist/src/Modules datetimemodule.c,1.45,1.46

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2003年1月23日 13:09:11 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv15898/Modules
Modified Files:
	datetimemodule.c 
Log Message:
Fix typo
Index: datetimemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/datetimemodule.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** datetimemodule.c	23 Jan 2003 20:53:10 -0000	1.45
--- datetimemodule.c	23 Jan 2003 21:09:05 -0000	1.46
***************
*** 4413,4417 ****
 	{"now", (PyCFunction)datetime_now,
 	 METH_KEYWORDS | METH_CLASS,
! 	 PyDoc_STR("[tz] -> new datetime with tz's locl day and time.")},
 
 	{"utcnow", (PyCFunction)datetime_utcnow,
--- 4413,4417 ----
 	{"now", (PyCFunction)datetime_now,
 	 METH_KEYWORDS | METH_CLASS,
! 	 PyDoc_STR("[tz] -> new datetime with tz's local day and time.")},
 
 	{"utcnow", (PyCFunction)datetime_utcnow,

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