[pywin32-checkins] pywin32/win32/src win32apimodule.cpp, 1.102, 1.103
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-30 02:44:25
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2281/win32/src Modified Files: win32apimodule.cpp Log Message: add doc pointer to the better win32file.GetFullPathName function Index: win32apimodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32apimodule.cpp,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** win32apimodule.cpp 27 Aug 2010 02:47:20 -0000 1.102 --- win32apimodule.cpp 30 Aug 2010 02:44:17 -0000 1.103 *************** *** 2792,2795 **** --- 2792,2796 ---- // @pymethod string|win32api|GetFullPathName|Returns the full path of a (possibly relative) path + // @comm Please use <om win32file.GetFullPathName> instead - it has better Unicode semantics. static PyObject * PyGetFullPathName (PyObject *self, PyObject *args) |