comparison ChangeLog @ 473:5870bdf03fca

Apply patch from #113, also closing #114.
author cmlenz
date Fri, 11 May 2007 11:32:28 +0000
parents 17ce8bf006d7
children bb939ed3058c 06c639eda872
comparison
equal deleted inserted replaced
471:17ce8bf006d7 473:5870bdf03fca
17 function with multiple string arguments (such as ``ngettext``), a single 17 function with multiple string arguments (such as ``ngettext``), a single
18 item with a tuple of strings is yielded, instead an item for each string 18 item with a tuple of strings is yielded, instead an item for each string
19 argument. 19 argument.
20 * The `HTMLFormFiller` stream filter no longer alters form elements for which 20 * The `HTMLFormFiller` stream filter no longer alters form elements for which
21 the data element contains no corresponding item. 21 the data element contains no corresponding item.
22 * Code in `<?python ?>` processing instructions no longer gets the special
23 treatment as Python code in template expressions, i.e. item and attribute
24 access are no longer interchangeable (which was broken in a number of ways
25 anyway, see ticket #113). This change does not affect expressions.
26 * Numerous fixes for the execution of Python code in `<?python ?>` processing
27 instructions (tickets #113 and #114).
22 28
23 29
24 Version 0.4 30 Version 0.4
25 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 31 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
26 (Apr 16 2007, from branches/stable/0.4.x) 32 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software