summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-09 00:10:24 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-09 00:10:24 (GMT)
commitaa029dad50d6999c5c73a7519bd5f755d866844b (patch)
tree5262be0e985829ecf1c6ef38a705b4ab116bc54f /Doc/library/venv.rst
parent96bb437ae8756be672c888a1322c445e64f1eb53 (diff)
downloadcpython-aa029dad50d6999c5c73a7519bd5f755d866844b.zip
cpython-aa029dad50d6999c5c73a7519bd5f755d866844b.tar.gz
cpython-aa029dad50d6999c5c73a7519bd5f755d866844b.tar.bz2
Tweaks to What's New and some referenced docs
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r--Doc/library/venv.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 461c9e1..d29a957 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -107,7 +107,8 @@ creation according to their needs, the :class:`EnvBuilder` class.
upgraded in-place (defaults to ``False``).
* ``with_pip`` -- a Boolean value which, if true, ensures pip is
- installed in the virtual environment
+ installed in the virtual environment. This uses :mod:`ensurepip` with
+ the ``--default-pip`` option.
.. versionchanged:: 3.4
Added the ``with_pip`` parameter