Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f576343

Browse files
committed
Issue #28532: Add what's new entry for python -VV option
1 parent 2a94301 commit f576343

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Generic options
187187
Python 3.6.0b2+ (3.6:84a3c5003510+, Oct 26 2016, 02:33:55)
188188
[GCC 6.2.0 20161005]
189189

190+
.. versionadded:: 3.6
191+
The ``-VV`` option.
190192

191193
.. _using-on-misc-options:
192194

Doc/whatsnew/3.6.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,18 @@ Build and C API Changes
18321832
functions will now accept :term:`path-like objects <path-like object>`.
18331833

18341834

1835+
Other Improvements
1836+
==================
1837+
1838+
* When :option:`--version` (short form: :option:`-V`) is supplied twice,
1839+
Python prints :data:`sys.version` for detailed information.
1840+
1841+
.. code-block:: shell-session
1842+
1843+
$ ./python -VV
1844+
Python 3.6.0b4+ (3.6:223967b49e49+, Nov 21 2016, 20:55:04)
1845+
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]
1846+
18351847
18361848
Deprecated
18371849
==========

0 commit comments

Comments
 (0)