File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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==========
You can’t perform that action at this time.
0 commit comments