[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-20 Thread Donald Stufft
Donald Stufft added the comment: Is this ticket able to be closed now or is there more to do? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22850 ___

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-20 Thread Steve Dower
Steve Dower added the comment: It's done. -- resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22850 ___

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm not working on Python 2.7 anymore, so I can't offer help. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22850 ___

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Nick Coghlan
Nick Coghlan added the comment: After digging a little further, I see Brian backported the PATH modification support from issue #3561 in https://hg.python.org/cpython/rev/a9d34685ec47 This should probably be noted in the What's New document - while it's not technically part of PEP 477, that's

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Steve Dower
Steve Dower added the comment: Yes, I'll add Scripts into the PATH when that option is enabled too. I ignored that from the changeset I merged from, forgetting that that's where pip.exe will end up. I'd rather not bundle the launcher with Python 2 right now (if ever). With the 3.5 installer

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c248a6bdc1d7 by Steve Dower in branch '2.7': Issue #22850: Backport ensurepip Windows installer changes to 2.7 https://hg.python.org/cpython/rev/c248a6bdc1d7 -- nosy: +python-dev ___ Python tracker

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Steve Dower
New submission from Steve Dower: I've merged the changes from when ensurepip was added to Python 3 into msi.py (and also fixed up the new externals dir location), but I'm no expert on this script, so at least a second set of eyes would be appreciated. It seems to build and work okay.

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Steve Dower
Steve Dower added the comment: Issue #22827 was the ensurepip backport. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22850 ___ ___

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Donald Stufft
Donald Stufft added the comment: I don't know anything about msi or this script so I can't offer any help there, but thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22850 ___

[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Nick Coghlan
Nick Coghlan added the comment: This looks to match the relevant pieces of the Python 3 version to me. However, it occurs to me that Python 2 will still be missing other Windows usability enhancements that make pip easier to use: - bundling the py launcher - providing the installer option to