Mercurial > genshi > mirror
comparison ChangeLog @ 192:b64e36bc1100 trunk
Expression evaluation now differentiates between undefined variables and variables that are defined but set to `None`.
author | cmlenz |
---|---|
date | Wed, 23 Aug 2006 17:49:14 +0000 |
parents | 95c3813a00de |
children | 71ce4b5335ba |
comparison
equal
deleted
inserted
replaced
191:3289055a8c32 | 192:b64e36bc1100 |
---|---|
1 Version 0.3 | |
2 http://svn.edgewall.org/repos/markup/tags/0.3.0/ | |
3 (?, from branches/stable/0.3.x) | |
4 | |
5 * Expression evaluation now differentiates between undefined variables and | |
6 variables that are defined but set to `None`. This also means that local | |
7 variables can override built-ins even if the local variable are set to | |
8 `None` (ticket #36). | |
9 * The parsing of `py:with` directives has been improved: you can now assign | |
10 to multiple names, and semicolons inside string literals are treated as | |
11 expected. | |
12 | |
13 | |
1 Version 0.2 | 14 Version 0.2 |
2 http://svn.edgewall.org/repos/markup/tags/0.2.0/ | 15 http://svn.edgewall.org/repos/markup/tags/0.2.0/ |
3 (Aug 22 2006, from branches/stable/0.2.x) | 16 (Aug 22 2006, from branches/stable/0.2.x) |
4 | 17 |
5 * XPath syntax errors now contain position info (ticket #20). | 18 * XPath syntax errors now contain position info (ticket #20). |