-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great!
codeobject.replace()
docs to the data model
Thanks @daler-sz for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @daler-sz and @AlexWaygood, I could not cleanly backport this to
|
Sorry, @daler-sz and @AlexWaygood, I could not cleanly backport this to
|
GH-115632 is a backport of this pull request to the 3.11 branch. |
GH-115633 is a backport of this pull request to the 3.12 branch. |
…model (pythonGH-115631) (cherry picked from commit 0c80da4) Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
#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>
#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>
Move
codeobject.replace()
docs from types/CodeType to Data Model/Code objectscodeobject.replace
function is undocumented #115572📚 Documentation preview 📚: https://cpython-previews--115631.org.readthedocs.build/