mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #28532: Show sys.version when -V option is supplied twice
This commit is contained in:
parent
6befb64172
commit
0e175a6e76
5 changed files with 13 additions and 4 deletions
|
|
@ -194,7 +194,8 @@ searching for a module. Also provides information on module cleanup
|
|||
at exit.
|
||||
.TP
|
||||
.B \-V ", " \-\-version
|
||||
Prints the Python version number of the executable and exits.
|
||||
Prints the Python version number of the executable and exits. When given
|
||||
twice, print more information about the build.
|
||||
.TP
|
||||
.BI "\-W " argument
|
||||
Warning control. Python sometimes prints warning message to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue