diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-11-21 20:58:10 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-11-21 20:58:10 +0900 |
commit | 7fc69f23735330e98dffaa29c68f61856c0c8b27 (patch) | |
tree | dd32c8074939e2ff58e50086a5b12289f89c25bb /Misc/python.man | |
parent | d4510a8b689169c5a22346a04b58bdb7ef050f88 (diff) | |
parent | 0e175a6e762676fca6bfd656912bb862e29fbdd5 (diff) | |
download | cpython-git-7fc69f23735330e98dffaa29c68f61856c0c8b27.tar.gz |
Issue #28532: Show sys.version when -V option is supplied twice
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 28f19b68a7..385b6546c8 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -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 |