[pywin32-checkins] pywin32/Pythonwin/pywin/framework intpydde.py, 1.1, 1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-06-22 13:56:01
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27401/pywin/framework Modified Files: intpydde.py Log Message: Don't bother 'print'ing dde status messages if there's no status bar. Index: intpydde.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/intpydde.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** intpydde.py 1 Sep 1999 23:33:45 -0000 1.1 --- intpydde.py 22 Jun 2006 13:55:49 -0000 1.2 *************** *** 53,56 **** win32ui.SetStatusText(msg) except win32ui.error: ! print msg --- 53,56 ---- win32ui.SetStatusText(msg) except win32ui.error: ! pass |