Source: python-zombie-imp Section: python Maintainer: Debian Python Team Uploaders: Gianfranco Costamagna Build-Depends: debhelper-compat (= 13), dh-python, python3-all, pybuild-plugin-pyproject, python3-setuptools Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zombie-imp Vcs-Git: https://salsa.debian.org/python-team/packages/python-zombie-imp.git Homepage: https://github.com/encukou/zombie-imp Package: python3-zombie-imp Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: copy of the `imp` module that was removed in Python 3.12 A copy of the imp module that was removed in Python 3.12. . Don't use this, it'll probably trick and bite you. . Can be summoned by import zombie_imp. . On Python versions where imp was banished, reanimate it using import imp. It promises (with a sneer) to be the same as before. . Some functionality that was severed from pkgutil is interred in zombie_imp.pkgutil, ready for reattachment: . * ImpImporter * ImpLoader