[pywin32-checkins] pywin32/Pythonwin/pywin/scintilla bindings.py, 1.8, 1.9
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-04 22:37:41
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11062/Pythonwin/pywin/scintilla Modified Files: bindings.py Log Message: remove workaround for old py3k bug Index: bindings.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla/bindings.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** bindings.py 11 Dec 2008 05:02:54 -0000 1.8 --- bindings.py 4 Jan 2009 22:37:36 -0000 1.9 *************** *** 148,155 **** rc = 1 except: - # ??? - hrm - py3k might want: - # traceback.print_exc(chain=False) - # but why? We do a normal print_exc() below (and py2k - # doesn't have that param. message = "Firing event '%s' failed." % event print message --- 148,151 ---- |