gh-89905: Correct -R option doc#137608
Conversation
|
It was removed in c9f54cf. If this is re-added, you need also to update the documentation for the PYTHONHASHSEED environment variable and move it to other section. |
|
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
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 |
|
Yes, I plan to have is as an undocumented NO-OP per the issue #137897 |
vstinner
left a comment
There was a problem hiding this comment.
LGTM. What do you think @serhiy-storchaka?
|
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit b3ff316) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
(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. |
|
GH-138354 is a backport of this pull request to the 3.13 branch. |
…hon#138353) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
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/