Nick Coghlan writes: > If we use the normal verbose flag, then both "-vV" and "-Vv" will > work, since options can be provided in any order.
+0.5 for some such option, +1 for "-VV" or "-V -V" I for one would likely make that mistake (using "-VV" instead of "-vV") a lot. "python -V" is the first thing I do on somebody else's system when helping them debug, but I rarely use "python -v" in anger. I suspect that I wouldn't use "python -Vv" [sic] often enough to remember it. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/