[Checkins] SVN: Acquisition/trunk/src/Acquisition/tests.py Explain the test, don't just reference the LP bug.

Tres Seaver tseaver at palladion.com
Wed Sep 30 10:10:55 EDT 2009


Log message for revision 104651:
  Explain the test, don't just reference the LP bug.

Changed:
  U   Acquisition/trunk/src/Acquisition/tests.py

-=-
Modified: Acquisition/trunk/src/Acquisition/tests.py
===================================================================
--- Acquisition/trunk/src/Acquisition/tests.py	2009-09-30 13:24:37 UTC (rev 104650)
+++ Acquisition/trunk/src/Acquisition/tests.py	2009-09-30 14:10:55 UTC (rev 104651)
@@ -1813,8 +1813,9 @@
     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]



More information about the checkins mailing list