This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2016-10-25.17:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477417861.44.0.42778795289.issue28532@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-25 17:51:01methanesetrecipients: + methane
2016-10-25 17:51:01methanesetmessageid: <1477417861.44.0.42778795289.issue28532@psf.upfronthosting.co.za>
2016-10-25 17:51:01methanelinkissue28532 messages
2016-10-25 17:51:01methanecreate