Mercurial > genshi > mirror
comparison ChangeLog @ 474:b4431a500d0b stable-0.4.x
Ported [573] to 0.4.x.
author | cmlenz |
---|---|
date | Fri, 11 May 2007 11:34:00 +0000 |
parents | 4504291f0e16 |
children | b373f80f7763 2f46ae8deae2 |
comparison
equal
deleted
inserted
replaced
472:4504291f0e16 | 474:b4431a500d0b |
---|---|
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) |