On 11 Jul 2013 04:56, "Brett Cannon" <brett@python.org> wrote:
>
> Didn't know Windows was never updated to use a versioned binary. That's rather unfortunate.Hence the PyLauncher project.
Paul's right, though - the PEP is currently very *nix-centric. For Windows, we likely need to consider something based on "py -m pip", which then raises the question of whether or not that's what we should be supporting on *nix as well (with pip and pip3 as convenient shorthand).
There's also the fact that the Python launcher is *already* available as a separate Windows installer for earlier releases. Perhaps we should just be bundling the bootstrap script with that for earlier Windows releases.