File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ Documentation
236236
237237- Issue #24029: Document the name binding behavior for submodule imports.
238238
239+ - Issue #24077: Fix typo in man page for -I command option: -s, not -S.
240+
239241Tools/Demos
240242-----------
241243
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ useful to inspect global variables or a stack trace when a script
143143raises an exception.
144144.TP
145145.B \- I
146- Run Python in isolated mode. This also implies \fB \- E \fP and \fB \- S \fP . In
146+ Run Python in isolated mode. This also implies \fB \- E \fP and \fB \- s \fP . In
147147isolated mode sys.path contains neither the script’s directory nor the user’s
148148site-packages directory. All PYTHON* environment variables are ignored, too.
149149Further restrictions may be imposed to prevent the user from injecting
You can’t perform that action at this time.
0 commit comments