[Python-ideas] Minimalist `except` syntax.

cool-RR cool-rr at cool-rr.com
Sun Oct 18 12:22:13 CEST 2009


Often I do:

try:
    some_suite()
except SomeError:
    pass

What I suggest is that instead we'll have this:

try:
    some_suite()
except SomeError

What do you think?

Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20091018/7ae5a060/attachment.html>


More information about the Python-ideas mailing list