We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0e62c commit 07239acCopy full SHA for 07239ac
docs/changes.rst
@@ -1,6 +1,18 @@
1
Release Notes
2
=============
3
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
16
Version 1.14.0
17
--------------
18
0 commit comments