comparison ChangeLog @ 374:ca46dc9c7761

`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 e8218c4a4590
children fff4a81ffc56
comparison
equal deleted inserted replaced
371:e8218c4a4590 374:ca46dc9c7761
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)
Copyright (C) 2012-2017 Edgewall Software