From: Tzu-ping Chung Date: Thu, 28 Nov 2019 15:44:08 +0000 (+0800) Subject: bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410) X-Git-Tag: v3.8.1rc1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d8edbbb6626ac9cdf1152a720811beb2230b33;p=thirdparty%2FPython%2Fcpython.git bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410) --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 3483ef36a2c3..31a3f41e4724 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -186,14 +186,6 @@ 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