comparison ChangeLog @ 192:cda3bdfc19ed

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 8e5a3048b359
children 58284b6b0009
comparison
equal deleted inserted replaced
191:929ef2913b87 192:cda3bdfc19ed
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).
Copyright (C) 2012-2017 Edgewall Software