Edgewall Software

Changes between Version 8 and Version 9 of GenshiVsKid


Ignore:
Timestamp:
May 1, 2007, 12:07:19 PM (17 years ago)
Author:
Matthew Webber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiVsKid

    v8 v9  
    1212Differences include:
    1313 * No generation of Python code for a template; the template is executed directly.
    14  * No support for `<?python ?>` processing instructions
     14 * No support for `<?python ?>` processing instructions. Note : support for thjis was added in Genshi 0.4.
    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.