Comment 7 for bug 360761

Revision history for this message
Tres Seaver (tseaver) wrote :

I'm attaching a patch which adds (breaking) tests for both the case
that the wrapped object has an __iter__ and the case where the wrapper
proxy falls back to __getitem__. The new tests assert that __iter__ and
__getitem__ get passed a wrapped self.