[New-bugs-announce] [issue19552] PEP 453: venv module and pyvenv integration

Nick Coghlan report at bugs.python.org
Mon Nov 11 11:46:02 CET 2013


New submission from Nick Coghlan:

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

----------
messages: 202612
nosy: larry, ncoghlan
priority: release blocker
severity: normal
stage: needs patch
status: open
title: PEP 453: venv module and pyvenv integration
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19552>
_______________________________________


More information about the New-bugs-announce mailing list