Issue 15: Consider adding a default value instead of raising UndefinedVariable
Status:  Started
Owner: ----
Project Member Reported by gtempacc...@yahoo.com, Apr 15, 2009
From group:

"""
  Although since there are 3 methods in Python that expand, it might be
better to use a keyword argument, like "t.expand(dictionary, default='')" 
If default=None, then an exception is raised.
"""

In Java this can just use method overloading.

Apr 16, 2009
Project Member #1 gtempacc...@yahoo.com
Done in Python and JavaScript in revisions 190 and 191.

Status: Started
Nov 8, 2009
Project Member #2 andyc...@gmail.com
(No comment was entered for this change.)
Labels: Todo-Java