I wonder the reason for ELIF. it's not aligned with IF, make code ugly IMHO
OR maybe better?
if foo == bar:
...
or foo == baz:
...
or foo == bra:
...
else:
...
--
http://mail.python.org/mailman/listinfo/python-list
