13 Feb
2004
13 Feb
'04
5:56 p.m.
Attached patch adds allowNone argument for Typed objects in formless. Tests updated accordingly. Also, boolean values are handled more sensibly (formless's boolean type coerce takes 'True' or 'False' strings instead of making freeform translate). Also added a python enumerate implementation for compatibility with python2.2 since enumerate is used in freeform.py. James