[pywin32-checkins] pywin32/win32/src win32consolemodule.cpp,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2005-09-30 01:46:50
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13976/win32/src Modified Files: win32consolemodule.cpp Log Message: autoduck fix Index: win32consolemodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32consolemodule.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** win32consolemodule.cpp 28 Sep 2005 02:19:06 -0000 1.6 --- win32consolemodule.cpp 30 Sep 2005 01:46:42 -0000 1.7 *************** *** 890,894 **** {"PeekConsoleInput", (PyCFunction)PyConsoleScreenBuffer::PyPeekConsoleInput, METH_VARARGS|METH_KEYWORDS, "Returns pending input records without removing them from the input queue"}, ! // @pymethod GetNumberOfConsoleInputEvents|Returns the number of unread records in the input queue {"GetNumberOfConsoleInputEvents", PyConsoleScreenBuffer::PyGetNumberOfConsoleInputEvents, METH_VARARGS, "Returns the number of unread records in the input queue"}, --- 890,894 ---- {"PeekConsoleInput", (PyCFunction)PyConsoleScreenBuffer::PyPeekConsoleInput, METH_VARARGS|METH_KEYWORDS, "Returns pending input records without removing them from the input queue"}, ! // @pymeth GetNumberOfConsoleInputEvents|Returns the number of unread records in the input queue {"GetNumberOfConsoleInputEvents", PyConsoleScreenBuffer::PyGetNumberOfConsoleInputEvents, METH_VARARGS, "Returns the number of unread records in the input queue"}, |