From f7609f1e51a1bb7351325f33949841fe1e144a00 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 10 Aug 2005 15:36:52 +0000 Subject: add a note about differences between the two TAL expression engine interfaces; this needs to be considered when a unified TAL implementation is created --- interfaces.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interfaces.py b/interfaces.py index 58dcc1e..8b8b7f0 100644 --- a/interfaces.py +++ b/interfaces.py @@ -165,6 +165,10 @@ class ITALExpressionEngine(Interface): 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. -- cgit v1.2.1