comparison ChangeLog @ 347:ffa7dea6e8fd experimental-inline

cspeedups branch: Merged [423:426/trunk].
author cmlenz
date Fri, 10 Nov 2006 17:38:50 +0000
parents bb881d1b4b5c
children a81675590258
comparison
equal deleted inserted replaced
344:bb881d1b4b5c 347:ffa7dea6e8fd
26 immediate children. 26 immediate children.
27 * Split up the `genshi.template` module into multiple modules inside the new 27 * Split up the `genshi.template` module into multiple modules inside the new
28 `genshi.template` package. 28 `genshi.template` package.
29 * Results of expression evaluation are no longer implicitly called if they 29 * Results of expression evaluation are no longer implicitly called if they
30 are callable. 30 are callable.
31 * Instances of the `genshi.core.Attrs` class are now immutable (they are
32 subclasses of `tuple` instead of `list`).
33 * Preserve whitespace in HTML `<pre>` elements also when they contained any
34 child elements.
35
31 36
32 Version 0.3.4 37 Version 0.3.4
33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 38 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
34 (Nov 2 2006, from branches/stable/0.3.x) 39 (Nov 2 2006, from branches/stable/0.3.x)
35 40
Copyright (C) 2012-2017 Edgewall Software