{{ message }}
gh-89905: Correct -R option doc - #137608
Merged
Merged
Conversation
Member
Member
Author
|
Thanks, I'll remove it and just leave the doc fix. I think this should be deprecated. |
-R option to -h and correct using/cmdline doc-R option doc
Member
Note that it's nicer for users to keep old options forever: https://discuss.python.org/t/consider-deprecating-and-eventually-removing-b-cli-flag/96903/6 |
Member
Author
|
Yes, I plan to have is as an undocumented NO-OP per the issue #137897 |
vstinner
reviewed
Sep 1, 2025
vstinner
approved these changes
Sep 1, 2025
vstinner
left a comment
Member
There was a problem hiding this comment.
LGTM. What do you think @serhiy-storchaka?
serhiy-storchaka
approved these changes
Sep 1, 2025
|
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 1, 2025
(cherry picked from commit b3ff316) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 1, 2025
(cherry picked from commit b3ff316) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
|
GH-138353 is a backport of this pull request to the 3.14 branch. |
vstinner
pushed a commit
that referenced
this pull request
Sep 1, 2025
kumaraditya303
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…hon#138353) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
lkollar
pushed a commit
to lkollar/cpython
that referenced
this pull request
Sep 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I can split if it is so desired, but since both are small errors/omissions and need the same backports, I see little need.
-Roption doc is incorrect #89905📚 Documentation preview 📚: https://cpython-previews--137608.org.readthedocs.build/