[Python-checkins] python/dist/src/Objects intobject.c, 2.105.8.2,
2.105.8.3
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Sat Jun 5 15:49:54 EDT 2004
Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30872
Modified Files:
Tag: release23-maint
intobject.c
Log Message:
Reword message
Index: intobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/intobject.c,v
retrieving revision 2.105.8.2
retrieving revision 2.105.8.3
diff -C2 -d -r2.105.8.2 -r2.105.8.3
*** intobject.c 5 Jun 2004 19:30:29 -0000 2.105.8.2
--- intobject.c 5 Jun 2004 19:49:52 -0000 2.105.8.3
***************
*** 947,951 ****
if (!PyLong_Check(tmp)) {
PyErr_SetString(PyExc_ValueError,
! "value must be convertable to an int");
return NULL;
}
--- 947,951 ----
if (!PyLong_Check(tmp)) {
PyErr_SetString(PyExc_ValueError,
! "value can't be converted to int");
return NULL;
}
More information about the Python-checkins
mailing list