Commit 1c340d76 authored by Tres Seaver's avatar Tres Seaver

Explain the test, don't just reference the LP bug.

parent 1398593b
...@@ -1813,8 +1813,9 @@ def test_proxying(): ...@@ -1813,8 +1813,9 @@ def test_proxying():
slicing... slicing...
True True
Finally let's check that https://bugs.launchpad.net/zope2/+bug/360761 Finally let's check that the wrapper's __iter__ proxy falls back
has been fixed: to using the object's __getitem__ if it has no __iter__. See
https://bugs.launchpad.net/zope2/+bug/360761 .
>>> class C(Acquisition.Implicit): >>> class C(Acquisition.Implicit):
... l=[1,2,3] ... l=[1,2,3]
......
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