[pywin32-checkins] pywin32/com/win32com/test testGatewayAddresses.py, 1.2, 1.2.4.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-02 11:19:22
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13722/com/win32com/test Modified Files: Tag: py3k 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.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** testGatewayAddresses.py 18 Nov 2002 11:20:06 -0000 1.2 --- testGatewayAddresses.py 2 Oct 2008 11:19:09 -0000 1.2.4.1 *************** *** 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 # |