[pywin32-checkins] pywin32/com/win32com/src PyIBase.cpp, 1.7.4.1, 1.7.4.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-04 00:07:26
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12369/com/win32com/src Modified Files: Tag: py3k PyIBase.cpp Log Message: merge minor consolidations from the trunk Index: PyIBase.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/PyIBase.cpp,v retrieving revision 1.7.4.1 retrieving revision 1.7.4.2 diff -C2 -d -r1.7.4.1 -r1.7.4.2 *** PyIBase.cpp 29 Aug 2008 08:27:37 -0000 1.7.4.1 --- PyIBase.cpp 4 Dec 2008 00:07:22 -0000 1.7.4.2 *************** *** 68,72 **** TCHAR buf[80]; wsprintf(buf, _T("<%hs at %p>"),ob_type->tp_name, (PyObject *)this); ! return PyWinObject_FromTCHAR(buf); } --- 68,72 ---- TCHAR buf[80]; wsprintf(buf, _T("<%hs at %p>"),ob_type->tp_name, (PyObject *)this); ! return PyWinCoreString_FromString(buf); } |