[pywin32-checkins] pywin32/Pythonwin/pywin/framework interact.py, 1.21, 1.22
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2009-04-19 06:46:36
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17564 Modified Files: interact.py Log Message: Fix traceback colorizing in Py3k Index: interact.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/interact.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** interact.py 31 Jan 2009 03:52:39 -0000 1.21 --- interact.py 19 Apr 2009 06:46:24 -0000 1.22 *************** *** 45,49 **** """, re.VERBOSE).match ! tracebackHeader = "Traceback (" sectionProfile = "Interactive Window" --- 45,49 ---- """, re.VERBOSE).match ! tracebackHeader = "Traceback (".encode("ascii") sectionProfile = "Interactive Window" |