Edgewall Software

Changes between Version 10 and Version 11 of GenshiVsKid


Ignore:
Timestamp:
May 3, 2007, 1:08:25 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiVsKid

    v10 v11  
    1212Differences include:
    1313 * No generation of Python code for a template; the template is executed directly.
    14  * No support for `<?python ?>` processing instructions. NOTE : In Genshi 0.4, support for <?python?> blocks was added.
    1514 * Expressions are evaluated in a more flexible manner, meaning you can use e.g. dotted notation to access items in a dictionary, and the other way around (see the [source:/trunk/genshi/template/eval.py genshi.template.eval] module)
    1615 * Proper scoping of variables. Names do not leak into outer scopes.