comparison ChangeLog @ 345:2aa7ca37ae6a trunk

Make `Attrs` instances immutable.
author cmlenz
date Fri, 10 Nov 2006 15:27:36 +0000
parents 35189e960252
children 96882a191686
comparison
equal deleted inserted replaced
343:35189e960252 345:2aa7ca37ae6a
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`).
31 33
32 Version 0.3.4 34 Version 0.3.4
33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 35 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
34 (Nov 2 2006, from branches/stable/0.3.x) 36 (Nov 2 2006, from branches/stable/0.3.x)
35 37
Copyright (C) 2012-2017 Edgewall Software