[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/talinterpreter.py correct a broken comment, and expand with useful information

Fred L. Drake, Jr. fdrake at gmail.com
Wed Aug 10 10:29:29 EDT 2005


Log message for revision 37830:
  correct a broken comment, and expand with useful information

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-10 09:37:18 UTC (rev 37829)
+++ Zope3/trunk/src/zope/tal/talinterpreter.py	2005-08-10 14:29:29 UTC (rev 37830)
@@ -180,8 +180,9 @@
         self.html = 0
         self.endsep = "/>"
         self.endlen = len(self.endsep)
-        # macroStack contains:
-        # [(macroName, slots, definingName, extending, entering, i18ncontext)]
+        # macroStack entries are:
+        #   [macroName, slots, definingName, extending, entering, i18ncontext]
+        # the entries are mutated while on the stack
         self.macroStack = []
         self.inUseDirective = False
         self.position = None, None  # (lineno, offset)



More information about the Zope3-Checkins mailing list