On 29-May-08, at 11:22 AM, Bram de Jong wrote:

On Thu, May 29, 2008 at 6:40 PM, Otis Gospodnetic
<[EMAIL PROTECTED]> wrote:
I haven't been paying close attention to the uniformity of URL parameters, but if there is room for making them more uniform (e.g. always use singular, always use comma as a delimiting character, etc.) without hurting anything, I'm for it.

As far as my opinion goes, I would always take
comma-or-space-separated fields for all things that can have multiple
inputs.

We've been moving away from comma/space separate lists to multiple request params. It find it much nicer to deal with, especially when the entities are rather independent (fq, bq, etc).

Don't miss the do_seq parameter of urllib.urlencode.

-Mike

Reply via email to