comparison UPGRADE.txt @ 347:c0a4114786cc experimental-inline

cspeedups branch: Merged [423:426/trunk].
author cmlenz
date Fri, 10 Nov 2006 17:38:50 +0000
parents eb4ef44ea1ad
children d6e9170c5ccc
comparison
equal deleted inserted replaced
344:eb4ef44ea1ad 347:c0a4114786cc
11 This is not necessary when Genshi was installed as a Python egg. 11 This is not necessary when Genshi was installed as a Python egg.
12 12
13 Results of evaluating template expressions are no longer implicitly 13 Results of evaluating template expressions are no longer implicitly
14 called if they are callable. If you have been using that feature, you 14 called if they are callable. If you have been using that feature, you
15 will need to add the parenthesis to actually call the function. 15 will need to add the parenthesis to actually call the function.
16
17 Instances of `genshi.core.Attrs` are now immutable. Filters
18 manipulating the attributes in a stream may need to be updated. See
19 the docstring of the `Attrs` for more information.
16 20
17 21
18 Upgrading from Markup 22 Upgrading from Markup
19 --------------------- 23 ---------------------
20 24
Copyright (C) 2012-2017 Edgewall Software