Description
Legacy import code can keep using the removed imp module API on newer Python versions. This compatibility package helps older libraries run while maintainers migrate to importlib.
It is imported by dependencies and should not be a long-term design target for new code. Prefer modern importlib APIs when updating projects.