Skip to content

Commit 045d4e2

Browse files
uranusjrvsajip
authored andcommitted
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
1 parent ea9835c commit 045d4e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/library/venv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
132132
.. versionadded:: 3.6
133133
Added the ``prompt`` parameter
134134

135-
.. versionadded:: 3.8
135+
.. versionadded:: 3.9
136136
Added the ``upgrade_deps`` parameter
137137

138138
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.
197197
``setuptools``) in the environment. This is done by shelling out to the
198198
``pip`` executable in the environment.
199199

200-
.. versionadded:: 3.8
200+
.. versionadded:: 3.9
201201

202202
.. method:: post_setup(context)
203203

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Correct when venv's ``upgrade_dependencies()`` and ``--upgrade-deps`` are
2+
added.

0 commit comments

Comments
 (0)