diff markup/template.py @ 87:1b874f032bde trunk

Fix some problems in expression evaluation by transforming the AST and compiling that to bytecode, instead of generating bytecode directly. Invalidates #13.
author cmlenz
date Mon, 17 Jul 2006 15:08:53 +0000
parents 5ca4be55ad0b
children 80386d62814f
line wrap: on
line diff
--- a/markup/template.py
+++ b/markup/template.py
@@ -253,6 +253,7 @@
                 previous = event
             if previous is not None:
                 yield previous
+
         return _apply_directives(_generate(), ctxt, directives)
 
 
Copyright (C) 2012-2017 Edgewall Software