comparison ChangeLog @ 579:2f7f6b70d5b9 trunk

Fix for augmented assignments to local variables. Thanks to Erik Bray for reporting the problem.
author cmlenz
date Tue, 31 Jul 2007 21:40:51 +0000
parents 3014f14fc83d
children 7fa2de21af4a
comparison
equal deleted inserted replaced
578:f0c7ee19a54b 579:2f7f6b70d5b9
15 (ticket #123). 15 (ticket #123).
16 * Includes are now processed when the template is parsed if possible, but 16 * Includes are now processed when the template is parsed if possible, but
17 only if the template loader is not set to do automatic reloading. Included 17 only if the template loader is not set to do automatic reloading. Included
18 templates are basically inlined into the including template, which can 18 templates are basically inlined into the including template, which can
19 speed up rendering of that template a bit. 19 speed up rendering of that template a bit.
20
21
22 Version 0.4.4
23 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
24 (?, from branches/stable/0.4.x)
25
26 * Fixed augmented assignment to local variables in Python code blocks.
20 27
21 28
22 Version 0.4.3 29 Version 0.4.3
23 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 30 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
24 (Jul 17 2007, from branches/stable/0.4.x) 31 (Jul 17 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software