Kaydet (Commit) 322d5531 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 0dd23aa5
......@@ -270,7 +270,7 @@ class BaseSet(object):
if len(self) < len(other): # Fast check for obvious cases
return False
for elt in ifilter(self._data.has_key, other, True):
return False
return False
return True
# Inequality comparisons using the is-subset relation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment