Skip to content

Commit 995268d

Browse files
committed
Document the -R option in the manpage
1 parent fd595b4 commit 995268d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Misc/python.man

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ python \- an interpreted, interactive, object-oriented programming language
3737
.B \-q
3838
]
3939
[
40+
.B \-R
41+
]
42+
[
4043
.B \-O
4144
]
4245
[
@@ -212,6 +215,11 @@ as the current directory, the script's directory or an empty string. See also th
212215
Do not print the version and copyright messages. These messages are
213216
also suppressed in non-interactive mode.
214217
.TP
218+
.B \-R
219+
Turn on hash randomization. This option only has an effect if the
220+
\fBPYTHONHASHSEED\fR environment variable is set to \fB0\fR, since hash
221+
randomization is enabled by default.
222+
.TP
215223
.B \-s
216224
Don't add user site directory to sys.path.
217225
.TP

0 commit comments

Comments
 (0)