Updated import and importlib notes (markdown)

Alex Willmer 2024-08-29 09:34:34 +01:00
parent de66ddd00f
commit e48b0ac04d
1 changed files with 3 additions and 0 deletions

@ -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