Edgewall Software

Changes between Version 9 and Version 10 of GenshiVsKid


Ignore:
Timestamp:
May 1, 2007, 12:08:22 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiVsKid

    v9 v10  
    1212Differences include:
    1313 * No generation of Python code for a template; the template is executed directly.
    14  * No support for `<?python ?>` processing instructions. Note : support for thjis was added in Genshi 0.4.
     14 * No support for `<?python ?>` processing instructions. NOTE : In Genshi 0.4, support for <?python?> blocks was added.
    1515 * 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)
    1616 * Proper scoping of variables. Names do not leak into outer scopes.