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():
slicing...
True
Finally let's check that https://bugs.launchpad.net/zope2/+bug/360761
has been fixed:
Finally let's check that the wrapper's __iter__ proxy falls back
to using the object's __getitem__ if it has no __iter__. See
https://bugs.launchpad.net/zope2/+bug/360761 .
>>> class C(Acquisition.Implicit):
... 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