Mercurial > genshi > mirror
comparison ChangeLog @ 688:d8571da25bc5 trunk
The `Stream.render` now accepts an optional `out` parameter that can be used to pass in a writable file-like object to use for assembling the output, instead of building a big string and returning it.
author | cmlenz |
---|---|
date | Wed, 12 Mar 2008 20:46:34 +0000 |
parents | 0653f6c1ffdf |
children | 3881a602048a |
comparison
equal
deleted
inserted
replaced
685:8ce1a80c8843 | 688:d8571da25bc5 |
---|---|
44 so that it is still possible to use the Genshi `escape` function even with | 44 so that it is still possible to use the Genshi `escape` function even with |
45 text templates. The old behavior is available via the `strip_markup` option | 45 text templates. The old behavior is available via the `strip_markup` option |
46 of the serializer (ticket #146). | 46 of the serializer (ticket #146). |
47 * Assigning to a variable named `data` in a Python code block no longer | 47 * Assigning to a variable named `data` in a Python code block no longer |
48 breaks context lookup. | 48 breaks context lookup. |
49 * The `Stream.render` now accepts an optional `out` parameter that can be | |
50 used to pass in a writable file-like object to use for assembling the | |
51 output, instead of building a big string and returning it. | |
49 | 52 |
50 | 53 |
51 Version 0.4.4 | 54 Version 0.4.4 |
52 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ | 55 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ |
53 (Aug 14, 2007, from branches/stable/0.4.x) | 56 (Aug 14, 2007, from branches/stable/0.4.x) |