Chris Angelico <ros...@gmail.com> writes: > Aside from string exceptions and the "except Type, e:" syntax, I would > agree with you. Actually, I can't think of any "obsolete > exception-handling practices" in any language.
I'd say that context managers are a big recent improvement in Python over dealing with a lot of exceptions explicitly. -- https://mail.python.org/mailman/listinfo/python-list