[Zope3-checkins] CVS: Zope3/src/zope/tal - talinterpreter.py:1.24

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 6 12:08:01 EDT 2003


Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv21992/src/zope/tal

Modified Files:
	talinterpreter.py 
Log Message:
Fred approved the fix. Here are the tests for it.


=== Zope3/src/zope/tal/talinterpreter.py 1.23 => 1.24 ===
--- Zope3/src/zope/tal/talinterpreter.py:1.23	Wed Aug  6 10:30:06 2003
+++ Zope3/src/zope/tal/talinterpreter.py	Wed Aug  6 11:07:26 2003
@@ -155,7 +155,6 @@
 
     def popMacro(self):
         stuff = self.macroStack.pop()
-        #self.i18nContext = stuff[3]
         return stuff
 
     def macroContext(self, what):




More information about the Zope3-Checkins mailing list