]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
pydoc.safeimport: Use importlib.import_module instead of __import__ (GH-103118)
authorYuxin Wu <ppwwyyxxc@gmail.com>
Wed, 3 May 2023 23:26:39 +0000 (07:26 +0800)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 23:26:39 +0000 (16:26 -0700)
commite95dd40aff35775efce4c03bec7d82f03711310b
tree63da00ba93e743db43cbbfba2c20c362da366f9c
parentd6e83fbf30fb25996b547d8a2444814437e228e5
pydoc.safeimport: Use importlib.import_module instead of __import__ (GH-103118)
Lib/pydoc.py