diff doc/templates.txt @ 703:af57b12e3dd2 experimental-match-fastpaths

merge in trunk up through r818 - fundamentally changed the way MatchSet works, but actually is more consistent now
author aflett
date Mon, 31 Mar 2008 22:47:50 +0000
parents 717bbfe5bbdc
children 70a172ab5705 967236817c6a
line wrap: on
line diff
--- a/doc/templates.txt
+++ b/doc/templates.txt
@@ -270,6 +270,12 @@
 into a sandboxable template engine; there are sufficient ways to do harm even
 using plain expressions.
 
+.. warning:: Unfortunately, code blocks are severely limited when running
+             under Python 2.3: For example, it is not possible to access
+             variables defined in outer scopes. If you plan to use code blocks
+             extensively, it is strongly recommended that you run Python 2.4
+             or later.
+
 
 .. _`error handling`:
 
Copyright (C) 2012-2017 Edgewall Software