From e48b0ac04dfeca7fd7709e52857d5db35fa4afc9 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 29 Aug 2024 09:34:34 +0100 Subject: [PATCH] Updated import and importlib notes (markdown) --- import-and-importlib-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/import-and-importlib-notes.md b/import-and-importlib-notes.md index dcf3c26..02b8d88 100644 --- a/import-and-importlib-notes.md +++ b/import-and-importlib-notes.md @@ -116,3 +116,6 @@ Sources * https://peps.python.org/pep-0273/ Import from Zip Archives * https://peps.python.org/pep-0302/ Import hooks (sys.meta_path, sys.path_hooks) * https://peps.python.org/pep-0451/ ModuleSpec for import hooks + +Issues +* https://github.com/mitogen-hq/mitogen/issues/1111 \ No newline at end of file