[Web-SIG] Proposal: wsgi.url_vars
Joe Gregorio
joe at bitworking.org
Mon Oct 23 21:34:07 CEST 2006
On 10/22/06, Ian Bicking <ianb at colorstudy.com> wrote:
> Hmm... so, a few things occur to me:
>
> 1. The dictionary could have integer keys like {1: arg1, 2: arg2}. This
> is hard to unpack. Eh, not a good idea I guess.
Why not {"1":arg1, "2":arg2, } if all the arguments are positional?
I think supporting both positional and keyword arguments mixed
in the same request is a corner case not worth covering.
-joe
--
Joe Gregorio http://bitworking.org
More information about the Web-SIG
mailing list