[Twisted-web] allowNone for formless

James Y Knight twisted-web@twistedmatrix.com
Fri, 13 Feb 2004 12:56:28 -0500


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