]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jun 2023 15:14:18 +0000 (08:14 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 15:14:18 +0000 (17:14 +0200)
commite9366df3ecb360882020131def3f5c400ae54ba8
tree7b06b9620c22db0df73629c661da34870a8750bc
parentf955ed9da74e50f3901fbefb2e9a9309563077c0
[3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)

gh-104212: Explain how to port imp.load_source() (GH-105978)

Explain how to port removed imp.load_source() to importlib in What's
New in Python 3.12.
(cherry picked from commit 18a7c86697493510993e43bafe8bd4046928bec5)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.12.rst