comparison ChangeLog @ 227:96a7e5011c69 trunk

Use list comprehension instead of `map()` in the AST transformer.
author cmlenz
date Fri, 08 Sep 2006 09:17:42 +0000
parents 90d62225f411
children 84168828b074
comparison
equal deleted inserted replaced
226:4d8a9e03b23d 227:96a7e5011c69
31 '*/*' no longer matches non-immediate child elements, and '@*' no longer 31 '*/*' no longer matches non-immediate child elements, and '@*' no longer
32 matches the attributes of descendants. 32 matches the attributes of descendants.
33 * Fixes for `py:match` which would get confused when it should be applied 33 * Fixes for `py:match` which would get confused when it should be applied
34 to multiple elements (ticket #49). 34 to multiple elements (ticket #49).
35 * Using namespace prefixes in XPath expressions is now supported. 35 * Using namespace prefixes in XPath expressions is now supported.
36 * Expressions now correctly handle slices (ticket #51).
36 37
37 38
38 Version 0.2 39 Version 0.2
39 http://svn.edgewall.org/repos/markup/tags/0.2.0/ 40 http://svn.edgewall.org/repos/markup/tags/0.2.0/
40 (Aug 22 2006, from branches/stable/0.2.x) 41 (Aug 22 2006, from branches/stable/0.2.x)
Copyright (C) 2012-2017 Edgewall Software