Mercurial > genshi > mirror
comparison ChangeLog @ 739:6de290dec976 trunk
Another Python 2.3 fix in the wake of #221.
author | cmlenz |
---|---|
date | Fri, 06 Jun 2008 15:52:33 +0000 |
parents | be0b4a7b2fd4 |
children | 74b5c5476ddb |
comparison
equal
deleted
inserted
replaced
738:3b8a38fcc1ab | 739:6de290dec976 |
---|---|
80 * The `Template` class and its subclasses, as well as the interpolation API, | 80 * The `Template` class and its subclasses, as well as the interpolation API, |
81 now take an `filepath` parameter instead of `basedir` (ticket #207). | 81 now take an `filepath` parameter instead of `basedir` (ticket #207). |
82 * The `XHTMLSerializer` now has a `drop_xml_decl` option that defaults to | 82 * The `XHTMLSerializer` now has a `drop_xml_decl` option that defaults to |
83 `True`. Setting it to `False` will cause any XML decl in the serialized | 83 `True`. Setting it to `False` will cause any XML decl in the serialized |
84 stream to be included in the output as it would for XML serialization. | 84 stream to be included in the output as it would for XML serialization. |
85 * Add support for a protocol that would allow interoperability of different | |
86 Python packages that generate and/or consume markup, based on the special | |
87 `__html__()` method (ticket #202). | |
85 | 88 |
86 | 89 |
87 Version 0.4.4 | 90 Version 0.4.4 |
88 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ | 91 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ |
89 (Aug 14, 2007, from branches/stable/0.4.x) | 92 (Aug 14, 2007, from branches/stable/0.4.x) |