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 a884a99 commit 3c58126Copy full SHA for 3c58126
docs/change_log/index.md
@@ -3,6 +3,10 @@ title: Change Log
3
Python-Markdown Change Log
4
=========================
5
6
+July 15, 2022: version 3.4.1 (a bug-fix release).
7
+
8
+* Fix an import issue with `importlib.util` (#1274).
9
10
July 15, 2022: version 3.4 ([Notes](release-3.4.md)).
11
12
May 5, 2022: version 3.3.7 (a bug-fix release).
markdown/htmlparser.py
@@ -20,7 +20,7 @@
20
"""
21
22
import re
23
-import importlib
+import importlib.util
24
import sys
25
26
0 commit comments