[Python-checkins] Disambiguate that -m also terminates the option list in the manpage. (GH-25100)

JulienPalard webhook-mailer at python.org
Wed Mar 31 08:31:46 EDT 2021


https://github.com/python/cpython/commit/202b54644245afadf124d8043688a95d4d9c456d
commit: 202b54644245afadf124d8043688a95d4d9c456d
branch: master
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2021-03-31T14:31:38+02:00
summary:

Disambiguate that -m also terminates the option list in the manpage. (GH-25100)

files:
M Misc/python.man

diff --git a/Misc/python.man b/Misc/python.man
index 225376574a26a..3ea1801c644ca 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -165,7 +165,8 @@ Searches
 .I sys.path
 for the named module and runs the corresponding
 .I .py
-file as a script.
+file as a script. This terminates the option list (following options
+are passed as arguments to the module).
 .TP
 .B \-O
 Remove assert statements and any code conditional on the value of



More information about the Python-checkins mailing list