[Python-checkins] python/dist/src/Modules unicodedata.c,2.30,2.31

perky at users.sourceforge.net perky at users.sourceforge.net
Thu Jul 15 06:30:28 CEST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17597
Modified Files:
	unicodedata.c 
Log Message:
Fix typo.
Index: unicodedata.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodedata.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -d -r2.30 -r2.31
*** unicodedata.c	17 Apr 2004 19:36:48 -0000	2.30
--- unicodedata.c	15 Jul 2004 04:30:25 -0000	2.31
***************
*** 512,516 ****
 PyObject *input;
 
! if(!PyArg_ParseTuple(args, "sO!:normalized",
 &form, &PyUnicode_Type, &input))
 return NULL;
--- 512,516 ----
 PyObject *input;
 
! if(!PyArg_ParseTuple(args, "sO!:normalize",
 &form, &PyUnicode_Type, &input))
 return NULL;


More information about the Python-checkins mailing list

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