[Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Note result from comparing the code with Zope trunk.
Hanno Schlichting
plone at hannosch.info
Sun Jun 17 21:02:20 EDT 2007
Log message for revision 76750:
Note result from comparing the code with Zope trunk.
Changed:
U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
-=-
Modified: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
===================================================================
--- Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py 2007-06-17 23:06:57 UTC (rev 76749)
+++ Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py 2007-06-18 01:02:19 UTC (rev 76750)
@@ -182,8 +182,9 @@
if name == '__parent__':
# XXX For some reason the test in testBindings calls __parent__
# for bound_used_context_methodWithRoles_ps.
- # I couldn't figure out why it tries that, but guess that it
- # tried aq_parent so far.
+ # I couldn't figure out why it tries that. So far it tried to
+ # call methodWithRoles twice. Now it's only called once and
+ # __parent__ is called the second time.
pass
else:
self.__you_lose()
More information about the Zope-Checkins
mailing list