Skip to content
  • Kai Willadsen's avatar
    Rework existing exception usage to 2.6+ except-as syntax · a61982ff
    Kai Willadsen authored
    Since the PEP 3110 changes to the exception syntax are supported under
    Python 2.6 and later, we can now change over to using the new-style
    "except Foo as e" syntax. This improves clarity, and is one less thing
    to fix in a 3.0 future.
    a61982ff