[Zope-Checkins]
SVN: Products.Five/branches/philikon-fix-lookup-priorities/traversable.py
end sentences with full stops :)
Philipp von Weitershausen
philikon at philikon.de
Sun Mar 26 15:09:07 EST 2006
Log message for revision 66186:
end sentences with full stops :)
Changed:
U Products.Five/branches/philikon-fix-lookup-priorities/traversable.py
-=-
Modified: Products.Five/branches/philikon-fix-lookup-priorities/traversable.py
===================================================================
--- Products.Five/branches/philikon-fix-lookup-priorities/traversable.py 2006-03-26 19:21:38 UTC (rev 66185)
+++ Products.Five/branches/philikon-fix-lookup-priorities/traversable.py 2006-03-26 20:09:06 UTC (rev 66186)
@@ -54,7 +54,7 @@
# We are trying to be compatible with Zope 2 and 3 traversal
# behaviour as much as possible. Therefore the first part of
# this method is based on BaseRequest.traverse's behaviour:
- # 1. If an object has __bobo_traverse__, use it
+ # 1. If an object has __bobo_traverse__, use it.
# 2. Otherwise do attribute look-up or, if that doesn't work,
# key item lookup.
@@ -76,7 +76,7 @@
# This is the part Five adds:
# 3. If neither __bobo_traverse__ nor attribute/key look-up
- # work, we try to find a Zope 3-style view
+ # work, we try to find a Zope 3-style view.
# For that we need to make sure we have a good request
# (sometimes __bobo_traverse__ gets a stub request)
More information about the Zope-Checkins
mailing list