[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
- Previous message: [Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.38,1.39
- Next message: [Python-checkins]
python/dist/src/Lib/idlelib EditorWindow.py, 1.59,
1.60 NEWS.txt, 1.37, 1.38 configHelpSourceEdit.py, 1.6,
1.7 idlever.py, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.38,1.39
- Next message: [Python-checkins]
python/dist/src/Lib/idlelib EditorWindow.py, 1.59,
1.60 NEWS.txt, 1.37, 1.38 configHelpSourceEdit.py, 1.6,
1.7 idlever.py, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list