[ZPT] CVS: Zope/lib/python/TAL - TALDefs.py:1.25.34.1 TALInterpreter.py:1.66.18.1

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:51:55 -0500


Update of /cvs-repository/Zope/lib/python/TAL
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/TAL

Modified Files:
      Tag: casey-death_to_index_html-branch
	TALDefs.py TALInterpreter.py 
Log Message:
Updating branch to head for testing


=== Zope/lib/python/TAL/TALDefs.py 1.25 => 1.25.34.1 ===
     "define-slot",
     "fill-slot",
+    "slot",
     ]
 
 KNOWN_TAL_ATTRIBUTES = [


=== Zope/lib/python/TAL/TALInterpreter.py 1.66 => 1.66.18.1 ===
                 value = macs[-1][0] # Macro name
             elif suffix == "define-slot":
-                name = prefix + "fill-slot"
+                name = prefix + "slot"
             elif suffix == "fill-slot":
                 pass
             else: