[pywin32-checkins] pywin32/com/win32com/client combrowse.py, 1.8.2.2, 1.8.2.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 09:04:03
|
Update of /cvsroot/pywin32/pywin32/com/win32com/client In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20331/com/win32com/client Modified Files: Tag: py3k combrowse.py Log Message: many more upgrades to py3k syntax Index: combrowse.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/client/combrowse.py,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -C2 -d -r1.8.2.2 -r1.8.2.3 *** combrowse.py 3 Oct 2008 04:15:33 -0000 1.8.2.2 --- combrowse.py 26 Nov 2008 09:03:29 -0000 1.8.2.3 *************** *** 538,540 **** ng = pythoncom._GetGatewayCount() if ni or ng: ! print "Warning - exiting with %d/%d objects alive" % (ni,ng) --- 538,540 ---- ng = pythoncom._GetGatewayCount() if ni or ng: ! print("Warning - exiting with %d/%d objects alive" % (ni,ng)) |