On 10/22/06, Ian Bicking <[EMAIL PROTECTED]> 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
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to