durusmail: quixote-users: Patch: change "form var" to "parameter"
Patch: change "form var" to "parameter"
2004-04-18
2004-04-21
Patch: change "form var" to "parameter"
Neil Schemenauer
2004-04-19
On Sun, Apr 18, 2004 at 04:20:52PM -0400, Greg Ward wrote:
> The attached patch fixes an ugly bit of terminology in the HTTPRequest
> class -- specifically, it renames
>
>   get_form_var() to get_parameter()
>   add_form_value() to add_parameter()
>   form to parameters

I think I like your proposed change but it seems to big for into
Quixote 1.0.  Perhaps we could leave the 'form' attribute alone and
add a getattr hook for the name 'parameters'.  In Quixote 2 we could
rename the attribute to 'parameters'.

  Neil


reply