comparison ChangeLog @ 479:94191f4233f3 trunk

Apply patch for #116.
author cmlenz
date Mon, 14 May 2007 20:33:42 +0000
parents b373f80f7763
children 9d69724a5bf3
comparison
equal deleted inserted replaced
477:477fac8052e3 479:94191f4233f3
30 treatment as Python code in template expressions, i.e. item and attribute 30 treatment as Python code in template expressions, i.e. item and attribute
31 access are no longer interchangeable (which was broken in a number of ways 31 access are no longer interchangeable (which was broken in a number of ways
32 anyway, see ticket #113). This change does not affect expressions. 32 anyway, see ticket #113). This change does not affect expressions.
33 * Numerous fixes for the execution of Python code in `<?python ?>` processing 33 * Numerous fixes for the execution of Python code in `<?python ?>` processing
34 instructions (tickets #113 and #114). 34 instructions (tickets #113 and #114).
35 * The `py:def` (and `#def`) directive now supports "star args" (i.e. `*args`
36 and `**kwargs`) in the function declaration (ticket #116).
35 37
36 38
37 Version 0.4 39 Version 0.4
38 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 40 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
39 (Apr 16 2007, from branches/stable/0.4.x) 41 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software