Update of /cvsroot/pywin32/pywin32/com/win32com/client
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30595/com/win32com/client
Modified Files:
combrowse.py
Log Message:
rationalize rich-cmp support for 'browser' related items
Index: combrowse.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/client/combrowse.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** combrowse.py 4 Jan 2009 22:35:14 -0000 1.14
--- combrowse.py 5 Jan 2009 11:06:00 -0000 1.15
***************
*** 37,42 ****
def __cmp__(self, other):
return cmp(self.name, other.name)
- def __eq__(self, other):
- return self.name==other.name
class HLICOM(browser.HLIPythonObject):
--- 37,40 ----
|