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))
|