Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/Expressions.py @ 2663:5f9e00836006
update comment
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Aug 2004 22:50:06 +0000 |
| parents | 97fae0466d97 |
| children | 445e1bc8b1df |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/Expressions.py Thu Aug 19 22:44:48 2004 +0000 +++ b/roundup/cgi/PageTemplates/Expressions.py Thu Aug 19 22:50:06 2004 +0000 @@ -12,8 +12,9 @@ ############################################################################## # Modified for Roundup: # -# 1. Removed all Zope-specific code (doesn't even try to import that stuff now) -# 2. Removed all Acquisition +# 1. removed all Zope-specific code (doesn't even try to import that stuff now) +# 2. removed all Acquisition +# 3. removed blocking of leading-underscore URL components """Page Template Expression Engine @@ -21,7 +22,7 @@ for Python expressions, string literals, and paths. """ -__version__='$Revision: 1.11 $'[11:-2] +__version__='$Revision: 1.12 $'[11:-2] import re, sys from TALES import Engine, CompilerError, _valid_name, NAME_RE, \
