[Python-checkins] python/nondist/sandbox/datetime obj_date.c,1.45,1.46

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 09 Dec 2002 16:13:37 -0800


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

Modified Files:
	obj_date.c 
Log Message:
Our good friend Super-Dynamite Time Bomb pointed out a typo, herewith
repaired.


Index: obj_date.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_date.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** obj_date.c	9 Dec 2002 23:16:39 -0000	1.45
--- obj_date.c	10 Dec 2002 00:13:35 -0000	1.46
***************
*** 132,137 ****
  	long ordinal;
  
! 
! 	if (PyArg_ParseTuple(args, "l:formordinal", &ordinal)) {
  		long year;
  		long month;
--- 132,136 ----
  	long ordinal;
  
! 	if (PyArg_ParseTuple(args, "l:fromordinal", &ordinal)) {
  		long year;
  		long month;