March 14, 2017
3:26 a.m.
INADA Naoki added the comment:
1.On both Amazon Linux AMI Python 2.7.12 and also Anaconda Python 3.6.0, using lowercase v's causes a crash on some kind of import.
Lowercase -v is not version, it's "verbose". and -vv is "very verbose". So it's not crash, just a verbose message about importing.
2.Anaconda does not provide more information. Is that expected?
output of -V and -VV is implementation detail. No standard format is specified by Python language. PyPy has different output too. ---------- nosy: +inada.naoki resolution: -> not a bug _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29806> _______________________________________