[pywin32-checkins] pywin32/win32/src win32file.i,1.37,1.38
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <th...@us...> - 2004-03-03 20:49:51
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13728 Modified Files: win32file.i Log Message: The summary description of the WSAAsyncSelect function was also wrong. Index: win32file.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** win32file.i 3 Mar 2004 20:29:50 -0000 1.37 --- win32file.i 3 Mar 2004 20:37:04 -0000 1.38 *************** *** 1783,1787 **** %} ! // @pyswig |WSAAsyncSelect|Specifies an event object to be associated with the supplied set of FD_XXXX network events. %name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect ( --- 1783,1787 ---- %} ! // @pyswig |WSAAsyncSelect|Request windows message notification for the supplied set of FD_XXXX network events. %name(WSAAsyncSelect) PyObject *MyWSAAsyncSelect ( |