[pywin32-checkins] pywin32/com/win32comext/axscript/client framework.py, 1.22, 1.23
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-05-06 11:39:25
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axscript/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30423 Modified Files: framework.py Log Message: Update info for InterruptScriptThread Index: framework.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axscript/client/framework.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** framework.py 18 Jun 2006 13:09:33 -0000 1.22 --- framework.py 6 May 2007 11:39:24 -0000 1.23 *************** *** 688,693 **** gencache.EnsureModule(uuid, self.lcid, major, minor, bForDemand = 1) ! def InterruptScriptThread(self, state, flags): ! raise Exception("Not Implemented", scode=winerror.E_NOTIMPL) def Clone(self): --- 688,695 ---- gencache.EnsureModule(uuid, self.lcid, major, minor, bForDemand = 1) ! # This is never called by the C++ framework - it does magic. ! # See PyGActiveScript.cpp ! #def InterruptScriptThread(self, stidThread, exc_info, flags): ! # raise Exception("Not Implemented", scode=winerror.E_NOTIMPL) def Clone(self): |