comparison ChangeLog @ 839:85a61d0bd67b stable-0.5.x

Ported [1046:1047] to 0.5.x branch.
author cmlenz
date Tue, 17 Mar 2009 17:20:04 +0000
parents a134e21a8f44
children b09f746b4881
comparison
equal deleted inserted replaced
812:b87be223c83c 839:85a61d0bd67b
10 scope, meaning you can now access variables assigned in the loop outside 10 scope, meaning you can now access variables assigned in the loop outside
11 of the loop, just as you can in regular Python code (ticket #259). 11 of the loop, just as you can in regular Python code (ticket #259).
12 * Import statements inside function definitions in template code blocks no 12 * Import statements inside function definitions in template code blocks no
13 longer result in an UndefinedError when the imported name is accessed 13 longer result in an UndefinedError when the imported name is accessed
14 (ticket #276). 14 (ticket #276).
15 * Fixed handling of relative URLs with fragment identifiers containing colons
16 in the `HTMLSanitizer` (ticket #274).
15 17
16 18
17 Version 0.5.1 19 Version 0.5.1
18 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ 20 http://svn.edgewall.org/repos/genshi/tags/0.5.1/
19 (Jul 9 2008, from branches/stable/0.5.x) 21 (Jul 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software