Update of /cvsroot/pywin32/pywin32/com/win32com/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31473
Modified Files:
PyComHelpers.cpp
Log Message:
Correct a couple of error messages.
Index: PyComHelpers.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/PyComHelpers.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PyComHelpers.cpp 30 Mar 2004 04:26:07 -0000 1.7
--- PyComHelpers.cpp 26 Jan 2005 02:29:47 -0000 1.8
***************
*** 160,164 ****
else
{
! PyErr_SetString(PyExc_TypeError, "None is not a invalid interface object in this context");
return FALSE;
}
--- 160,164 ----
else
{
! PyErr_SetString(PyExc_TypeError, "None is not a valid interface object in this context");
return FALSE;
}
|