[pywin32-checkins] pywin32/win32/src win32file.i,1.55,1.56
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-05-18 07:45:10
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6701/win32/src Modified Files: win32file.i Log Message: autoduck corrections Index: win32file.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** win32file.i 21 Mar 2006 01:10:00 -0000 1.55 --- win32file.i 18 May 2006 07:45:03 -0000 1.56 *************** *** 1689,1693 **** PyObject *PyFILE_NOTIFY_INFORMATION(PyObject *self, PyObject *args) { ! // @pyparam string|buffer||The buffer to decode. // @pyparm int|size||The number of bytes to refer to. Generally this // will be smaller than the size of the buffer (and certainly never greater!) --- 1689,1693 ---- PyObject *PyFILE_NOTIFY_INFORMATION(PyObject *self, PyObject *args) { ! // @pyparm string|buffer||The buffer to decode. // @pyparm int|size||The number of bytes to refer to. Generally this // will be smaller than the size of the buffer (and certainly never greater!) |