Re: [Python-Dev] Submitting PEP 453 (pip bootstrapping) for pronouncement

2013-10-15 Thread Nick Coghlan
On 14 Oct 2013 08:21, "Nick Coghlan" wrote: > > > On 14 Oct 2013 04:26, "Paul Moore" wrote: > > > > On 13 October 2013 13:43, Nick Coghlan wrote: > > > Accordingly, in addition to adding the option to extract and install ``pip`` > > > during installation, this PEP proposes that the Windows insta

Re: [Python-Dev] Submitting PEP 453 (pip bootstrapping) for pronouncement

2013-10-13 Thread Nick Coghlan
On 14 Oct 2013 04:26, "Paul Moore" wrote: > > On 13 October 2013 13:43, Nick Coghlan wrote: > > Accordingly, in addition to adding the option to extract and install ``pip`` > > during installation, this PEP proposes that the Windows installer (and > > ``sysconfig``) in Python 3.4 and later be upd

Re: [Python-Dev] Submitting PEP 453 (pip bootstrapping) for pronouncement

2013-10-13 Thread Paul Moore
On 13 October 2013 13:43, Nick Coghlan wrote: > Accordingly, in addition to adding the option to extract and install ``pip`` > during installation, this PEP proposes that the Windows installer (and > ``sysconfig``) in Python 3.4 and later be updated to: > > - install scripts to PythonXY\bin rather

[Python-Dev] Submitting PEP 453 (pip bootstrapping) for pronouncement

2013-10-13 Thread Nick Coghlan
The feedback on the previous version of PEP 453 could be summed up as "yes for 3.4, no for 2.7 and 3.3", and I've now updated the PEP accordingly. HTML: http://www.python.org/dev/peps/pep-0453/ Main diff: http://hg.python.org/peps/rev/405b80d54b7d (there are additional minor cleanup diffs after th