[3.13] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122783)

Doc: cmdline.rst: Include -P and -R in usage (GH-122590)

* ``-P``: safe path (https://docs.python.org/3/using/cmdline.htmlGH-cmdoption-P)
* ``-R``: hash randomization (https://docs.python.org/3/using/cmdline.htmlGH-cmdoption-R)
(cherry picked from commit c25898d51e)

Co-authored-by: Wim Jeantine-Glenn <hey@wimglenn.com>
This commit is contained in:
Miss Islington (bot) 2024-08-07 17:35:35 +02:00 committed by GitHub
parent 9fb6bfbef0
commit 04d6de66c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ Command line
When invoking Python, you may specify any of these options::
python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args]
python [-bBdEhiIOPqRsSuvVWx?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script::