Issue 20830: 3.4 cherry-pick: 16f91d87ff39: "pip install " didn't work on Windows (original) (raw)

Created on 2014-03-02 18:18 by loewis, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg212570 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-03-02 18:18
New changeset 16f91d87ff39 by Martin v. Löwis in branch 'default': Issue #20568: Fix typo in pip option. http://hg.python.org/cpython/rev/16f91d87ff39
msg212705 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-04 10:34
Hum, it looks like 16f91d87ff39 must be come after ec42ab5e0cb3 ("Close #20568: install unversioned pip command on Windows") which has its own cherry-pick issue: #20807.
msg212828 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-03-06 17:38
ok. And, my cherry-picking automation will automatically sort the revisions by original checkin order.
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65029
2014-03-06 17:38:57 larry set status: open -> closedresolution: fixed
2014-03-06 17:38:48 larry set messages: +
2014-03-04 10:34:54 vstinner set title: 3.4 cherry-pick: 16f91d87ff39 -> 3.4 cherry-pick: 16f91d87ff39: "pip install " didn't work on Windowsnosy: + vstinnermessages: + dependencies: + 3.4 cherry pick: 82ec02db7fe6 & ec42ab5e0cb3 Windows installer fixes, pip uninstall failure
2014-03-03 07:54:38 loewis set assignee: larry
2014-03-02 18🔞04 loewis create