This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alexjc, dstufft, gilgamezh, gracinet, jgosmann, mathieui, mehaase, python-dev, thomas.nyberg, vinay.sajip, vstinner
Date 2017-02-02.19:18:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170202191759.16088.84134.329197D9@psf.io>
In-reply-to
Content
New changeset 1bf1d36463b4 by Vinay Sajip in branch '3.5':
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
https://hg.python.org/cpython/rev/1bf1d36463b4

New changeset 7d4701b4210f by Vinay Sajip in branch '3.6':
Fixes #24875: Merged fix from 3.5.
https://hg.python.org/cpython/rev/7d4701b4210f

New changeset 7fd931727764 by Vinay Sajip in branch 'default':
Closes #24875: Merged fix from 3.6.
https://hg.python.org/cpython/rev/7fd931727764
History
Date User Action Args
2017-02-02 19:18:04python-devsetrecipients: + python-dev, vinay.sajip, vstinner, mathieui, dstufft, jgosmann, gilgamezh, gracinet, alexjc, thomas.nyberg, mehaase
2017-02-02 19:18:04python-devlinkissue24875 messages
2017-02-02 19:18:03python-devcreate