cpython: 50f593ed1469 (original) (raw)

Mercurial > cpython

changeset 100439:50f593ed1469 3.5

Issue #21034: Remove outdated paragraph from venv documentation Since Python 3.4, there is no need to install pip and setuptools into a venv manually. [#21034]

Berker Peksag berker.peksag@gmail.com
date Mon, 07 Mar 2016 18:50:49 +0200
parents ab3e4be4b539
children ac95719f1803 b8ee8f79a024
files Doc/library/venv.rst
diffstat 1 files changed, 0 insertions(+), 5 deletions(-)[+] [-] Doc/library/venv.rst 5

line wrap: on

line diff

--- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -43,11 +43,6 @@ Creating virtual environments Common installation tools such as Setuptools and pip work as expected with venvs - i.e. when a venv is active, they install Python packages into the venv without needing to be told to do so explicitly.