Commit 264e034f authored by Vinay Sajip's avatar Vinay Sajip Committed by GitHub

bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)

parent 77643c48
......@@ -191,6 +191,14 @@ creation according to their needs, the :class:`EnvBuilder` class.
Installs activation scripts appropriate to the platform into the virtual
environment.
.. method:: upgrade_dependencies(context)
Upgrades the core venv dependency packages (currently ``pip`` and
``setuptools``) in the environment. This is done by shelling out to the
``pip`` executable in the environment.
.. versionadded:: 3.8
.. method:: post_setup(context)
A placeholder method which can be overridden in third party
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment