Mercurial > genshi > mirror
diff 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 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,9 @@ * The `XHTMLSerializer` now has a `drop_xml_decl` option that defaults to `True`. Setting it to `False` will cause any XML decl in the serialized stream to be included in the output as it would for XML serialization. + * Add support for a protocol that would allow interoperability of different + Python packages that generate and/or consume markup, based on the special + `__html__()` method (ticket #202). Version 0.4.4