[pywin32-checkins] pywin32/Pythonwin/pywin/scintilla control.py, 1.21, 1.22
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-31 03:51:12
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22604/pywin/scintilla Modified Files: control.py Log Message: remove debug statement Index: control.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla/control.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** control.py 31 Jan 2009 03:31:03 -0000 1.21 --- control.py 31 Jan 2009 03:51:08 -0000 1.22 *************** *** 77,81 **** if isinstance(text, unicode): text = text.encode(default_scintilla_encoding) - win32api.OutputDebugString("SCI: %r\n" % text) self.SendScintilla(scintillacon.SCI_INSERTTEXT, pos, text + null_byte) def SCISetSavePoint(self): --- 77,80 ---- |