Mercurial > genshi > mirror
diff 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 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,9 @@ of the serializer (ticket #146). * Assigning to a variable named `data` in a Python code block no longer breaks context lookup. + * 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. Version 0.4.4