comparison UPGRADE.txt @ 397:d6e9170c5ccc

* Moved some utility functions from `genshi.core` to `genshi.util` (backwards compatibility preserved via imports) * Minor performance tweaks for the serializers
author cmlenz
date Tue, 02 Jan 2007 17:48:06 +0000
parents 8e75b83d3e71
children 2f4a525c32d5 0742f421caba
comparison
equal deleted inserted replaced
396:22a581cfa537 397:d6e9170c5ccc
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 16
17 Instances of `genshi.core.Attrs` are now immutable. Filters 17 Instances of `genshi.core.Attrs` are now immutable. Filters
18 manipulating the attributes in a stream may need to be updated. See 18 manipulating the attributes in a stream may need to be updated. See
19 the docstring of the `Attrs` for more information. 19 the documentation of the `Attrs` class for more information.
20 20
21 21
22 Upgrading from Markup 22 Upgrading from Markup
23 --------------------- 23 ---------------------
24 24
Copyright (C) 2012-2017 Edgewall Software