comparison ChangeLog @ 378:fff4a81ffc56

Improve handling of incorrectly nested tags in the HTML parser.
author cmlenz
date Thu, 23 Nov 2006 17:41:52 +0000
parents ca46dc9c7761
children d8c5045b547a
comparison
equal deleted inserted replaced
377:79a7db5177e9 378:fff4a81ffc56
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 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 33
33 34
34 Version 0.3.5 35 Version 0.3.5
35 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 36 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
36 (Nov 22 2006, from branches/stable/0.3.x) 37 (Nov 22 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software