Mercurial > genshi > mirror
comparison ChangeLog @ 374:b146277eb54a trunk
`MarkupTemplate`s can now be instantiated from markup streams, in addition to strings and file-like objects. Thanks to David Fraser for the patch. Closes #69.
author | cmlenz |
---|---|
date | Thu, 23 Nov 2006 10:52:14 +0000 |
parents | 37e45862f814 |
children | 873ca2a7ec05 |
comparison
equal
deleted
inserted
replaced
371:37e45862f814 | 374:b146277eb54a |
---|---|
25 `genshi.template` package. | 25 `genshi.template` package. |
26 * Results of expression evaluation are no longer implicitly called if they | 26 * Results of expression evaluation are no longer implicitly called if they |
27 are callable. | 27 are callable. |
28 * Instances of the `genshi.core.Attrs` class are now immutable (they are | 28 * Instances of the `genshi.core.Attrs` class are now immutable (they are |
29 subclasses of `tuple` instead of `list`). | 29 subclasses of `tuple` instead of `list`). |
30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition | |
31 to strings and file-like objects (ticket #69). | |
30 | 32 |
31 | 33 |
32 Version 0.3.5 | 34 Version 0.3.5 |
33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ | 35 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ |
34 (Nov 22 2006, from branches/stable/0.3.x) | 36 (Nov 22 2006, from branches/stable/0.3.x) |