comparison ChangeLog @ 688:88814cc26d2b

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 75795aadf920
children 46a21414151b
comparison
equal deleted inserted replaced
685:3e8d0c061ac7 688:88814cc26d2b
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)
Copyright (C) 2012-2017 Edgewall Software