E1603 unpacking-in-exceptΒΆ

Message

'Implicit unpacking of exceptions is not supported in Python 3'

Description

Python3 will not allow implicit unpacking of exceptions in except clauses. See http://www.python.org/dev/peps/pep-3110/