Mercurial > genshi > genshi-test
diff ChangeLog @ 345:8e75b83d3e71
Make `Attrs` instances immutable.
author | cmlenz |
---|---|
date | Fri, 10 Nov 2006 15:27:36 +0000 |
parents | 4ff2338e89cd |
children | 2304e080ec07 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,8 @@ `genshi.template` package. * Results of expression evaluation are no longer implicitly called if they are callable. + * Instances of the `genshi.core.Attrs` class are now immutable (they are + subclasses of `tuple` instead of `list`). Version 0.3.4 http://svn.edgewall.org/repos/genshi/tags/0.3.4/