Kaydet (Commit) 0399bd8c authored tarafından Fred Drake's avatar Fred Drake

Ouch! I need a better test suite for this. ;-(

üst 914a0b1d
......@@ -69,7 +69,6 @@ class WeakDictionary(UserDict.UserDict):
def items(self):
L = []
for key, ref in self.data.items():
key, ref = L[i]
o = ref()
if o is not None:
L.append((key, o))
......
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