[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/taldefs.py Added a
clarifying comment.
Marius Gedminas
marius at pov.lt
Thu Jun 10 14:36:08 EDT 2004
Log message for revision 25340:
Added a clarifying comment.
-=-
Modified: Zope3/trunk/src/zope/tal/taldefs.py
===================================================================
--- Zope3/trunk/src/zope/tal/taldefs.py 2004-06-10 18:14:52 UTC (rev 25339)
+++ Zope3/trunk/src/zope/tal/taldefs.py 2004-06-10 18:36:08 UTC (rev 25340)
@@ -48,8 +48,9 @@
"attributes",
"on-error",
"omit-tag",
- "tal tag",
- "script"
+ "script",
+ "tal tag", # a pseudo attribute that holds the namespace of elements
+ # like <tal:x>, <metal:y>, <i18n:z>
]
KNOWN_I18N_ATTRIBUTES = [
More information about the Zope3-Checkins
mailing list