Skip to content

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

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:just_load_source_doc
Jun 21, 2023
Merged

gh-104212: Explain how to port imp.load_source()#105978
vstinner merged 1 commit into
python:mainfrom
vstinner:just_load_source_doc

Conversation

@vstinner

@vstinnervstinner commented Jun 21, 2023

Copy link
Copy Markdown
Member

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


📚 Documentation preview 📚: https://cpython-previews--105978.org.readthedocs.build/

Explain how to port removed imp.load_source() to importlib in What's
New in Python 3.12.
@vstinner
vstinner merged commit 18a7c86 into python:mainJun 21, 2023
@vstinner
vstinner deleted the just_load_source_doc branch June 21, 2023 22:18
bentasker pushed a commit to bentasker/cpython that referenced this pull request Jun 23, 2023
Explain how to port removed imp.load_source() to importlib in What's
New in Python 3.12.
@vstinnervstinner added the needs backport to 3.12 only security fixes label Jun 25, 2023
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 25, 2023
Explain how to port removed imp.load_source() to importlib in What's
New in Python 3.12.
(cherry picked from commit 18a7c86)
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-106083 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jun 25, 2023
vstinner added a commit that referenced this pull request Jun 25, 2023
…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 18a7c86)
Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@miss-islington@bedevere-bot