comparison ChangeLog @ 399:f0b785d3d407 trunk

Rework parsing of expressions in template text, to be able to: * handle dict literals (as well as strings containing the character ?}?) inside the expression (#37), and * allow escaped dollar signs in front of full expressions (#92)
author cmlenz
date Thu, 18 Jan 2007 14:52:42 +0000
parents 9c88f4137b03
children 68772732c896
comparison
equal deleted inserted replaced
397:31742fe6d47e 399:f0b785d3d407
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 30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition
31 to strings and file-like objects (ticket #69). 31 to strings and file-like objects (ticket #69).
32 * Improve handling of incorrectly nested tags in the HTML parser. 32 * Improve handling of incorrectly nested tags in the HTML parser.
33 * Template includes can you be nested inside fallback content. 33 * Template includes can now be nested inside fallback content.
34 * Expressions can now contain dict literals (ticket #37).
35 * It is now possible to have one or more escaped dollar signs in front of a
36 full expression (ticket #92).
34 37
35 38
36 Version 0.3.6 39 Version 0.3.6
37 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ 40 http://svn.edgewall.org/repos/genshi/tags/0.3.6/
38 (Dec 11 2006, from branches/stable/0.3.x) 41 (Dec 11 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software