Skip to content

Commit

Permalink
Document fix for module importers using deprecated APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed May 2, 2022
1 parent df0e62c commit 07239ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -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
--------------

Expand Down

0 comments on commit 07239ac

Please sign in to comment.