Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9195870

Browse files
committed
Issue #24077: merge from 3.4
2 parents a567e56 + 64298ae commit 9195870

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Documentation
4949

5050
- Issue #24029: Document the name binding behavior for submodule imports.
5151

52+
- Issue #24077: Fix typo in man page for -I command option: -s, not -S
53+
5254
Tools/Demos
5355
-----------
5456

Misc/python.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ useful to inspect global variables or a stack trace when a script
143143
raises 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
147147
isolated mode sys.path contains neither the script’s directory nor the user’s
148148
site-packages directory. All PYTHON* environment variables are ignored, too.
149149
Further restrictions may be imposed to prevent the user from injecting

0 commit comments

Comments
 (0)