summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2019-11-27 20:21:48 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2019-11-27 20:21:48 (GMT)
commit045d4e243d042638bbbc9479d4f85f6f579ac3ca (patch)
treedb36176151ee4b25a2c7654729c20e1ce7745239 /Doc/library/venv.rst
parentea9835c5d154ab6a54eed627958473b6768b28cc (diff)
downloadcpython-045d4e243d042638bbbc9479d4f85f6f579ac3ca.zip
cpython-045d4e243d042638bbbc9479d4f85f6f579ac3ca.tar.gz
cpython-045d4e243d042638bbbc9479d4f85f6f579ac3ca.tar.bz2
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r--Doc/library/venv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index b29fb3e..5494c0c 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -132,7 +132,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
.. versionadded:: 3.6
Added the ``prompt`` parameter
- .. versionadded:: 3.8
+ .. versionadded:: 3.9
Added the ``upgrade_deps`` parameter
Creators of third-party virtual environment tools will be free to use the
@@ -197,7 +197,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
``setuptools``) in the environment. This is done by shelling out to the
``pip`` executable in the environment.
- .. versionadded:: 3.8
+ .. versionadded:: 3.9
.. method:: post_setup(context)