Update of /cvsroot/pywin32/pywin32/com/win32com/test
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13687/com/win32com/test
Modified Files:
testGatewayAddresses.py
Log Message:
remove extended character from comment.
Index: testGatewayAddresses.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testGatewayAddresses.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testGatewayAddresses.py 18 Nov 2002 11:20:06 -0000 1.2
--- testGatewayAddresses.py 2 Oct 2008 11:18:28 -0000 1.3
***************
*** 23,27 ****
# 3) reflexive: if you QI against A for B, the new pointer must succeed
# for a QI for A
! # 4) transitive: if you QI for B, then QI that for C, then QIing A for C
# must succeed
#
--- 23,27 ----
# 3) reflexive: if you QI against A for B, the new pointer must succeed
# for a QI for A
! # 4) transitive: if you QI for B, then QI that for C, then QI'ing A for C
# must succeed
#
|