On Jan 1, 12:43 am, a...@pythoncraft.com (Aahz) wrote:
> In article <mailman.300.1262323578.28905.python-l...@python.org>,
> Benjamin Kaplan  <benjamin.kap...@case.edu> wrote:
> >In Python, throwing exceptions for expected outcomes is considered
> >very bad form [...]
>
> Who says that?  I certainly don't.

Agreed.

int("asdf") is supposed to return what, exactly? Any language that
tries to return an int is horribly broken.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to