comparison doc/upgrade.txt @ 883:0849dcc8ed46

Added a documentation page about the template loader.
author cmlenz
date Fri, 16 Apr 2010 19:58:25 +0000
parents 211cd26d6fd9
children d85416d3a26c
comparison
equal deleted inserted replaced
882:6f49c23045b1 883:0849dcc8ed46
15 Required Python Version 15 Required Python Version
16 ----------------------- 16 -----------------------
17 17
18 Support for Python 2.3 has been dropped in this release. Python 2.4 is 18 Support for Python 2.3 has been dropped in this release. Python 2.4 is
19 now the minimum version of Python required to run Genshi. 19 now the minimum version of Python required to run Genshi.
20
21 The XPath engine has been completely overhauled for this version. Some
22 patterns that previously matched incorrectly will no longer match, and
23 the other way around. In such cases, the XPath expressions need to be
24 fixed in your application and templates.
20 25
21 26
22 ------------------------------------ 27 ------------------------------------
23 Upgrading from Genshi 0.4.x to 0.5.x 28 Upgrading from Genshi 0.4.x to 0.5.x
24 ------------------------------------ 29 ------------------------------------
Copyright (C) 2012-2017 Edgewall Software