[Zope] interating though REQUEST.form in python???

Jonothan Farr jfarr@real.com
Tue, 8 Aug 2000 18:41:11 -0700


> for name,value in REQUEST.form.keys():
> 
> Note the function call (parentheses).

Oops! I meant:

for key in REQUEST.form.keys():

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998