[pywin32-checkins] pywin32/isapi threaded_extension.py,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-06-29 01:36:21
|
Update of /cvsroot/pywin32/pywin32/isapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13222 Modified Files: threaded_extension.py Log Message: typo in docstring Index: threaded_extension.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/isapi/threaded_extension.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** threaded_extension.py 26 Oct 2004 01:29:32 -0000 1.2 --- threaded_extension.py 29 Jun 2005 01:36:12 -0000 1.3 *************** *** 120,124 **** This class creates a thread-pool using a Windows completion port, and dispatches requests via this port. Sub-classes can generally ! implementeach connection request using blocking reads and writes, and the thread-pool will still provide decent response to the end user. --- 120,124 ---- This class creates a thread-pool using a Windows completion port, and dispatches requests via this port. Sub-classes can generally ! implement each connection request using blocking reads and writes, and the thread-pool will still provide decent response to the end user. |