Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-115572: Move codeobject.replace() docs to the data model #115631

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

daler-sz
Copy link
Contributor

@daler-sz daler-sz commented Feb 18, 2024

Move codeobject.replace() docs from types/CodeType to Data Model/Code objects


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

Copy link

cpython-cla-bot bot commented Feb 18, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news labels Feb 18, 2024
@Eclips4 Eclips4 added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Feb 18, 2024
Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks great!

@AlexWaygood AlexWaygood changed the title gh-115572: Move codeobject.replace() docs from CodeType to Code objects gh-115572: Move codeobject.replace() docs to the data model Feb 18, 2024
@AlexWaygood AlexWaygood enabled auto-merge (squash) February 18, 2024 14:08
@AlexWaygood AlexWaygood merged commit 0c80da4 into python:main Feb 18, 2024
25 checks passed
@miss-islington-app
Copy link

Thanks @daler-sz for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @daler-sz and @AlexWaygood, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0c80da4c14d904a367968955544dd6ae58c8101c 3.12

@miss-islington-app
Copy link

Sorry, @daler-sz and @AlexWaygood, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0c80da4c14d904a367968955544dd6ae58c8101c 3.11

@bedevere-app
Copy link

bedevere-app bot commented Feb 18, 2024

GH-115632 is a backport of this pull request to the 3.11 branch.

@bedevere-app
Copy link

bedevere-app bot commented Feb 18, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Feb 18, 2024
Eclips4 pushed a commit to Eclips4/cpython that referenced this pull request Feb 18, 2024
…model (pythonGH-115631)

(cherry picked from commit 0c80da4)

Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
AlexWaygood pushed a commit that referenced this pull request Feb 18, 2024
#115632)

* [3.11] gh-115572: Move `codeobject.replace()` docs to the data model (GH-115631)
(cherry picked from commit 0c80da4)

Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>

* Remove note about copy.replace

---------

Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
AlexWaygood pushed a commit that referenced this pull request Feb 18, 2024
#115633)

* [3.12] gh-115572: Move `codeobject.replace()` docs to the data model (GH-115631)
(cherry picked from commit 0c80da4)

Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>

* Remove note about copy.replace

---------

Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants