comparison UPGRADE.txt @ 452:0ed55216e8f2

Add `filters` package in `setup.py`.
author cmlenz
date Mon, 16 Apr 2007 13:48:57 +0000
parents ff7c72b52fb2
children 7145e4eba2ec
comparison
equal deleted inserted replaced
451:bcc1d6c67a2f 452:0ed55216e8f2
2 ================ 2 ================
3 3
4 Upgrading from Genshi 0.3.x to 0.4.x 4 Upgrading from Genshi 0.3.x to 0.4.x
5 ------------------------------------ 5 ------------------------------------
6 6
7 The `genshi.template` module has been refactored into a package with 7 The modules ``genshi.filters`` and ``genshi.template`` have been
8 multiple modules. While code using the normal templating APIs should 8 refactored into packages containing multiple modules. While code using
9 continue to work without problems, you should make sure to remove any 9 the regular APIs should continue to work without problems, you should
10 leftover traces of the `template.py` file on the installation path. 10 make sure to remove any leftover traces of the ``template.py`` file on
11 This is not necessary when Genshi was installed as a Python egg. 11 the installation path. This is not necessary when Genshi was installed
12 as a Python egg.
12 13
13 Results of evaluating template expressions are no longer implicitly 14 Results of evaluating template expressions are no longer implicitly
14 called if they are callable. If you have been using that feature, you 15 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. 16 will need to add the parenthesis to actually call the function.
16 17
Copyright (C) 2012-2017 Edgewall Software