Message 202612 - Python tracker
Message202612
| Author | ncoghlan |
|---|---|
| Recipients | larry, ncoghlan |
| Date | 2013-11-11.10:46:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1384166762.42.0.483253842263.issue19552@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Part of the PEP 453 implementation as tracked in issue 19347. This issue covers the venv module and pyvenv CLI updates: * Add a "with_pip=False" parameter to venv.EnvBuilder and venv.create * When with_pip is a true value, invoke ensurepip.bootstrap with the root set to the just created venv and default_pip set to True * update pyvenv to pass with_pip=True by default * add a --without-pip option to pyvenv to pass with_pip=False instead |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-11 10:46:02 | ncoghlan | set | recipients: + ncoghlan, larry |
| 2013-11-11 10:46:02 | ncoghlan | set | messageid: <1384166762.42.0.483253842263.issue19552@psf.upfronthosting.co.za> |
| 2013-11-11 10:46:02 | ncoghlan | link | issue19552 messages |
| 2013-11-11 10:46:02 | ncoghlan | create | |