Skip to content

Commit 07239ac

Browse files
Document fix for module importers using deprecated APIs.
1 parent df0e62c commit 07239ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
=============
33

4+
Version 1.14.1
5+
--------------
6+
7+
**Bugs Fixed**
8+
9+
* When the post import hooks mechanism was being used, and a Python package with
10+
its own custom module importer was used, importing modules could fail if the
11+
custom module importer didn't use the latest Python import hook finder/loader
12+
APIs and instead used the deprecated API. This was actually occurring with the
13+
`zipimporter` in Python itself, which was not updated to use the newer Python
14+
APIs until Python 3.10.
15+
416
Version 1.14.0
517
--------------
618

0 commit comments

Comments
 (0)