[Python-checkins] python/nondist/sandbox/datetime obj_date.c,1.21,1.22

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 04 Dec 2002 14:18:56 -0800


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

Modified Files:
	obj_date.c 
Log Message:
Typo repair.


Index: obj_date.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_date.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** obj_date.c	4 Dec 2002 22:07:15 -0000	1.21
--- obj_date.c	4 Dec 2002 22:18:49 -0000	1.22
***************
*** 246,250 ****
  
  
! 	if (PyArg_ParseTuple(args, "Ol:fromtimestamp", &cls, &ordinal)) {
  		long year;
  		long month;
--- 246,250 ----
  
  
! 	if (PyArg_ParseTuple(args, "Ol:formordinal", &cls, &ordinal)) {
  		long year;
  		long month;