changeset: 95823:d774401879d8 branch: 3.4 parent: 95819:69951573cb0e user: Ned Deily date: Wed Apr 29 14:51:43 2015 -0700 files: Misc/NEWS Misc/python.man description: Issue #24077: Fix typo in man page for -I command option: -s, not -S. diff -r 69951573cb0e -r d774401879d8 Misc/NEWS --- a/Misc/NEWS Mon Apr 27 17:48:50 2015 +0300 +++ b/Misc/NEWS Wed Apr 29 14:51:43 2015 -0700 @@ -236,6 +236,8 @@ - Issue #24029: Document the name binding behavior for submodule imports. +- Issue #24077: Fix typo in man page for -I command option: -s, not -S. + Tools/Demos ----------- diff -r 69951573cb0e -r d774401879d8 Misc/python.man --- a/Misc/python.man Mon Apr 27 17:48:50 2015 +0300 +++ b/Misc/python.man Wed Apr 29 14:51:43 2015 -0700 @@ -143,7 +143,7 @@ raises an exception. .TP .B \-I -Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-S\fP. In +Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-s\fP. In isolated mode sys.path contains neither the script’s directory nor the user’s site-packages directory. All PYTHON* environment variables are ignored, too. Further restrictions may be imposed to prevent the user from injecting