[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/talgenerator.py
repair outdated comment
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Aug 19 14:38:38 EDT 2005
Log message for revision 38008:
repair outdated comment
Changed:
U Zope3/trunk/src/zope/tal/talgenerator.py
-=-
Modified: Zope3/trunk/src/zope/tal/talgenerator.py
===================================================================
--- Zope3/trunk/src/zope/tal/talgenerator.py 2005-08-19 17:50:28 UTC (rev 38007)
+++ Zope3/trunk/src/zope/tal/talgenerator.py 2005-08-19 18:38:38 UTC (rev 38008)
@@ -442,12 +442,12 @@
return None
def replaceAttrs(self, attrlist, repldict):
- # Each entry in attrlist starts like (name, value).
- # Result is (name, value, action, expr, xlat) if there is a
+ # Each entry in attrlist starts like (name, value). Result is
+ # (name, value, action, expr, xlat, msgid) if there is a
# tal:attributes entry for that attribute. Additional attrs
# defined only by tal:attributes are added here.
#
- # (name, value, action, expr, xlat)
+ # (name, value, action, expr, xlat, msgid)
if not repldict:
return attrlist
newlist = []
More information about the Zope3-Checkins
mailing list