Document fix for module importers using deprecated APIs.

This commit is contained in:
Graham Dumpleton 2022-05-02 12:18:48 +10:00
parent df0e62c274
commit 07239ac21a
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
Release Notes
=============
Version 1.14.1
--------------
**Bugs Fixed**
* When the post import hooks mechanism was being used, and a Python package with
its own custom module importer was used, importing modules could fail if the
custom module importer didn't use the latest Python import hook finder/loader
APIs and instead used the deprecated API. This was actually occurring with the
`zipimporter` in Python itself, which was not updated to use the newer Python
APIs until Python 3.10.
Version 1.14.0
--------------