.. _old-unpacking-in-except: old-unpacking-in-except / W0712 =============================== ``old-unpacking-in-except`` was an earlier name for ``unpacking-in-except``, which 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