New submission from INADA Naoki:

As discussed on python-dev, this patch adds -VV option to python cmdline.

$ ./python -V
Python 3.6.0b2+
$ ./python -VV
Python 3.6.0b2+ (3.6:84a3c5003510+, Oct 26 2016, 02:47:38) 
[GCC 6.2.0 20161005]

The patch includes doc and man update.
Please see, especially my English.

----------
assignee: inada.naoki
components: Interpreter Core
files: verbose-version.patch
keywords: patch
messages: 279428
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: Show sys.version when -V option is supplied twice.
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45221/verbose-version.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to