comparison ChangeLog @ 480:2f46ae8deae2 stable-0.4.x

Ported [579] (for #116) to 0.4.x.
author cmlenz
date Mon, 14 May 2007 20:34:51 +0000
parents b4431a500d0b
children 540aff78a5a0
comparison
equal deleted inserted replaced
478:3068d554de19 480:2f46ae8deae2
23 treatment as Python code in template expressions, i.e. item and attribute 23 treatment as Python code in template expressions, i.e. item and attribute
24 access are no longer interchangeable (which was broken in a number of ways 24 access are no longer interchangeable (which was broken in a number of ways
25 anyway, see ticket #113). This change does not affect expressions. 25 anyway, see ticket #113). This change does not affect expressions.
26 * Numerous fixes for the execution of Python code in `<?python ?>` processing 26 * Numerous fixes for the execution of Python code in `<?python ?>` processing
27 instructions (tickets #113 and #114). 27 instructions (tickets #113 and #114).
28 * The `py:def` (and `#def`) directive now supports "star args" (i.e. `*args`
29 and `**kwargs`) in the function declaration (ticket #116).
28 30
29 31
30 Version 0.4 32 Version 0.4
31 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 33 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
32 (Apr 16 2007, from branches/stable/0.4.x) 34 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software