]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH...
authorZackery Spytz <zspytz@gmail.com>
Tue, 10 Nov 2020 23:06:34 +0000 (16:06 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 23:06:34 +0000 (23:06 +0000)
It was added in 3.9, not 3.8.

Doc/using/venv-create.inc

index c8f6e8f87d5674dfe15efe7976e34901cc7f77a6..5e724cd5794ce48a38929aa467998bc5c456c7b3 100644 (file)
@@ -67,7 +67,7 @@ The command, if run with ``-h``, will show the available options::
     Once an environment has been created, you may wish to activate it, e.g. by
     sourcing an activate script in its bin directory.
 
-.. versionchanged:: 3.8
+.. versionchanged:: 3.9
    Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
 
 .. versionchanged:: 3.4