]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104212: Explain how to port imp.load_source() (#105978)
authorVictor Stinner <vstinner@python.org>
Wed, 21 Jun 2023 22:18:31 +0000 (00:18 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 22:18:31 +0000 (00:18 +0200)
commit18a7c86697493510993e43bafe8bd4046928bec5
tree455874f4bc4e198309132237515cd41b85dfb3ec
parenta2392720d6108041d17960a86514ba859b436f05
gh-104212: Explain how to port imp.load_source() (#105978)

Explain how to port removed imp.load_source() to importlib in What's
New in Python 3.12.
Doc/whatsnew/3.12.rst