[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/interfaces.py add a
note about differences between the two TAL expression engine
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Aug 10 11:36:53 EDT 2005
Log message for revision 37831:
add a note about differences between the two TAL expression engine
interfaces; this needs to be considered when a unified TAL implementation
is created
Changed:
U Zope3/trunk/src/zope/tal/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/tal/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/tal/interfaces.py 2005-08-10 14:29:29 UTC (rev 37830)
+++ Zope3/trunk/src/zope/tal/interfaces.py 2005-08-10 15:36:52 UTC (rev 37831)
@@ -165,6 +165,10 @@
def translate(msgid, domain=None, mapping=None, default=None):
"""See zope.i18n.interfaces.ITranslationDomain.translate"""
+ # NB: This differs from the Zope 2 equivalent in the order of
+ # the arguments. This will be a (hopefully minor) issue when
+ # creating a unified TAL implementation.
+
def evaluateCode(lang, code):
"""Evaluates code of the given language.
More information about the Zope3-Checkins
mailing list