.. _unpacking-in-except: unpacking-in-except / E1603 =========================== ``unpacking-in-except`` has been removed in pylint 2.11.0. See https://github.com/pylint-dev/pylint/pull/4942 for the rationale. Original message text: .. code-block:: text Implicit unpacking of exceptions is not supported in Python 3