mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #28532: Show sys.version when -V option is supplied twice
This commit is contained in:
commit
7fc69f2373
5 changed files with 13 additions and 4 deletions
|
|
@ -180,7 +180,12 @@ Generic options
|
|||
|
||||
Print the Python version number and exit. Example output could be::
|
||||
|
||||
Python 3.0
|
||||
Python 3.6.0b2+
|
||||
|
||||
When given twice, print more information about the build, like::
|
||||
|
||||
Python 3.6.0b2+ (3.6:84a3c5003510+, Oct 26 2016, 02:33:55)
|
||||
[GCC 6.2.0 20161005]
|
||||
|
||||
|
||||
.. _using-on-misc-options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue