Edgewall Software

Changes between Version 2 and Version 3 of AppEngine


Ignore:
Timestamp:
Apr 11, 2008, 4:36:24 PM (16 years ago)
Author:
cmlenz
Comment:

Add note about py:def

Legend:

Unmodified
Added
Removed
Modified
  • AppEngine

    v2 v3  
    1010 * Interchangeable use of `foo.bar` and `foo['bar']` in template expressions.
    1111 * Assignment to nested tuples in `py:for` and `py:with`
     12 * Default values for `py:def` parameters are evaluated at compilation time, so they can't refer to data in the template context.
    1213 * Automatic decoding of non-ASCII string literals in template expressions.
    1314