comparison ChangeLog @ 343:4ff2338e89cd

Remove automatic calling of expression evaluation results if they are callable. See [http://groups.google.com/group/genshi/browse_thread/thread/f515986760918d41 this mailing list thread].
author cmlenz
date Fri, 10 Nov 2006 10:00:44 +0000
parents 5f2c7782cd8a
children 8e75b83d3e71 c0a4114786cc
comparison
equal deleted inserted replaced
340:6c8b7a1fb50d 343:4ff2338e89cd
24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated 24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated
25 the same as `div//p`, i.e. it would match all descendants and not just the 25 the same as `div//p`, i.e. it would match all descendants and not just the
26 immediate children. 26 immediate children.
27 * Split up the `genshi.template` module into multiple modules inside the new 27 * Split up the `genshi.template` module into multiple modules inside the new
28 `genshi.template` package. 28 `genshi.template` package.
29 * Results of expression evaluation are no longer implicitly called if they
30 are callable.
29 31
30 Version 0.3.4 32 Version 0.3.4
31 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
32 (Nov 2 2006, from branches/stable/0.3.x) 34 (Nov 2 2006, from branches/stable/0.3.x)
33 35
Copyright (C) 2012-2017 Edgewall Software