[Python-checkins] python/dist/src/Lib sets.py,1.39,1.40
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2003年2月03日 16:38:24 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9494/Lib
Modified Files:
sets.py
Log Message:
Whitespace normalization.
Index: sets.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sets.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** sets.py 2 Feb 2003 16:07:53 -0000 1.39
--- sets.py 4 Feb 2003 00:38:20 -0000 1.40
***************
*** 271,275 ****
return False
for elt in ifilter(self._data.has_key, other, True):
! return False
return True
--- 271,275 ----
return False
for elt in ifilter(self._data.has_key, other, True):
! return False
return True