Mercurial > genshi > mirror
comparison ChangeLog @ 569:c17342ef9efb trunk
Attribute access in template expressions no longer silently ignores exceptions other than `AttributeError` raised in the attribute accessor.
author | cmlenz |
---|---|
date | Tue, 17 Jul 2007 10:00:52 +0000 |
parents | 0d98569eaced |
children | f0461dc3939a |
comparison
equal
deleted
inserted
replaced
568:461d9d0e85a4 | 569:c17342ef9efb |
---|---|
32 it is not available for use through configuration files. | 32 it is not available for use through configuration files. |
33 * The I18n filter now extracts messages from gettext functions even inside | 33 * The I18n filter now extracts messages from gettext functions even inside |
34 ignored tags (ticket #132). | 34 ignored tags (ticket #132). |
35 * The HTML sanitizer now strips any CSS comments in style attributes, which | 35 * The HTML sanitizer now strips any CSS comments in style attributes, which |
36 could previously be used to hide malicious property values. | 36 could previously be used to hide malicious property values. |
37 * Attribute access in template expressions no longer silently ignores | |
38 exceptions other than `AttributeError` raised in the attribute accessor. | |
37 | 39 |
38 | 40 |
39 Version 0.4.2 | 41 Version 0.4.2 |
40 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ | 42 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ |
41 (Jun 20, from branches/stable/0.4.x) | 43 (Jun 20, from branches/stable/0.4.x) |