[pywin32-checkins] pywin32/com/win32com/client combrowse.py, 1.14, 1.15
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-05 11:06:06
|
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 ---- |