[Python-Dev] PEP397 no command line options to python?

Michael Urman murman at gmail.com
Mon Oct 24 03:56:57 CEST 2011


On Sun, Oct 23, 2011 at 17:15, Mark Hammond <skippy.hammond at gmail.com> wrote:
> How about abusing the existing flags for this purpose - eg:
>
> % py -3?
> % py -2.7?

I would have expected that to launch an interactive python shell of
the appropriate version. Does it do something else today?

Michael


More information about the Python-Dev mailing list