[Python-ideas] Show more info when `python -vV`

Chris Angelico rosuav at gmail.com
Mon Oct 17 02:06:05 EDT 2016


On Mon, Oct 17, 2016 at 5:02 PM, INADA Naoki <songofacandy at gmail.com> wrote:
> $ ./python.exe -V
> Python 3.6.0b2+
>
> $ ./python.exe -VV
> Python 3.6.0b2+ (3.6:0b29adb5c804+, Oct 17 2016, 15:00:12)
> [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)]

LGTM.

What's the view on backporting this to 2.7.x? We're still a good few
years away from its death, and it'd be helpful if recent 2.7s could
give this info too.

ChrisA


More information about the Python-ideas mailing list