Re: Changing quixote.get_field?

Neil Schemenauer <[email protected]> Sat, 17 Nov 2012 14:20:33 -0600
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
On 2012-11-12, Robert Ladyman wrote:
> I'd prefer either another function or an additional parameter to get_field() /
> setting somewhere - I've built other code around its current behaviour.

Anyone object to calling it get_param()?  It's implementation would
be the same as get_field() but instead of returning a list, it would
return the last item in the list.  IOW, always return either a
string value or the 'default' value.

  Neil