]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
authorTzu-ping Chung <uranusjr@gmail.com>
Thu, 28 Nov 2019 15:44:08 +0000 (23:44 +0800)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 28 Nov 2019 15:44:08 +0000 (15:44 +0000)
Doc/library/venv.rst

index 3483ef36a2c33eaa9c7558094decc56513a949c0..31a3f41e4724ce99df1e8fdc73c41db807005c23 100644 (file)
@@ -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