Issue #28532: Show sys.version when -V option is supplied twice

This commit is contained in:
INADA Naoki 2016-11-21 20:58:10 +09:00
commit 7fc69f2373
5 changed files with 13 additions and 4 deletions

View file

@ -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: