-
Committer:
John Arbash Meinel
-
Date:
2009-10-13 22:02:52 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4749.
-
Revision ID:
john@arbash-meinel.com-20091013220252-54304o7nvic9prm1
Handle the case where the recursive call ends up returning NotImplemented.
This had been raising an exception, which wasn't the nicest way to handle it.
I don't know how we have the mixed tuple I'm seeing now, I'm guessing something else
is wrong. But at least this avoids one failure point.