On Sep 17, 2:38 pm, gert <gert.cuyk...@gmail.com> wrote:
> Can anybody show me a better looking alternative for this elif
> structure ?
>
> http://code.google.com/p/appwsgi/source/browse/appwsgi/wsgi/appointme...

For starters assign v['cmd'] to a variable instead of looking it up
every time!

cmd = v['cmd']

if cmd == ...
elif cmd == ...
...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to