[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.207,2.208
Martin v. L?wis
loewis@users.sourceforge.net
2001年11月24日 01:31:46 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv17007
Modified Files:
posixmodule.c
Log Message:
Correct typo. Fixes #484611.
Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.207
retrieving revision 2.208
diff -C2 -d -r2.207 -r2.208
*** posixmodule.c 2001年11月02日 23:59:11 2.207
--- posixmodule.c 2001年11月24日 09:31:44 2.208
***************
*** 1696,1700 ****
}
else {
! PyErr_SetString(PyExc_TypeError, "spawmv() arg 2 must be a tuple or list");
return NULL;
}
--- 1696,1700 ----
}
else {
! PyErr_SetString(PyExc_TypeError, "spawnv() arg 2 must be a tuple or list");
return NULL;
}