[Zope3-checkins] CVS: Zope3/src/zope/tal - talinterpreter.py:1.30 talparser.py:1.4 timer.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Feb 24 08:58:19 EST 2004


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

Modified Files:
	talinterpreter.py talparser.py timer.py 
Log Message:
Improved module doc strings


=== Zope3/src/zope/tal/talinterpreter.py 1.29 => 1.30 ===
--- Zope3/src/zope/tal/talinterpreter.py:1.29	Thu Aug 21 10:19:29 2003
+++ Zope3/src/zope/tal/talinterpreter.py	Tue Feb 24 08:58:18 2004
@@ -11,8 +11,9 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-Interpreter for a pre-compiled TAL program.
+"""Interpreter for a pre-compiled TAL program.
+
+$Id$
 """
 import sys
 


=== Zope3/src/zope/tal/talparser.py 1.3 => 1.4 ===
--- Zope3/src/zope/tal/talparser.py:1.3	Thu Mar 20 14:41:27 2003
+++ Zope3/src/zope/tal/talparser.py	Tue Feb 24 08:58:18 2004
@@ -11,10 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-Parse XML and compile to TALInterpreter intermediate code.
-"""
+"""Parse XML and compile to TALInterpreter intermediate code.
 
+$Id$
+"""
 from zope.tal.taldefs import XML_NS, ZOPE_I18N_NS, ZOPE_METAL_NS, ZOPE_TAL_NS
 from zope.tal.talgenerator import TALGenerator
 from zope.tal.xmlparser import XMLParser


=== Zope3/src/zope/tal/timer.py 1.3 => 1.4 ===
--- Zope3/src/zope/tal/timer.py:1.3	Thu May  1 15:35:49 2003
+++ Zope3/src/zope/tal/timer.py	Tue Feb 24 08:58:18 2004
@@ -12,10 +12,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-Helper program to time compilation and interpretation
-"""
+"""Helper program to time compilation and interpretation
 
+$Id$
+"""
 import getopt
 import sys
 import time




More information about the Zope3-Checkins mailing list