[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/talinterpreter.py
update comment based on the move to extend-macro
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Aug 19 16:47:40 EDT 2005
Log message for revision 38010:
update comment based on the move to extend-macro
Changed:
U Zope3/trunk/src/zope/tal/talinterpreter.py
-=-
Modified: Zope3/trunk/src/zope/tal/talinterpreter.py
===================================================================
--- Zope3/trunk/src/zope/tal/talinterpreter.py 2005-08-19 20:29:35 UTC (rev 38009)
+++ Zope3/trunk/src/zope/tal/talinterpreter.py 2005-08-19 20:47:39 UTC (rev 38010)
@@ -206,7 +206,8 @@
# macroStack entries are MacroStackItem instances;
# the entries are mutated while on the stack
self.macroStack = []
- # `inUseDirective` is set iff we're handling a metal:use-macro
+ # `inUseDirective` is set iff we're handling either a
+ # metal:use-macro or a metal:extend-macro
self.inUseDirective = False
self.position = None, None # (lineno, offset)
self.col = 0
More information about the Zope3-Checkins
mailing list