[Python-checkins] [3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232)

vsajip webhook-mailer at python.org
Tue Nov 10 18:06:39 EST 2020


https://github.com/python/cpython/commit/f8bea0a44d718296a249bdb766b8dbc92f38e8df
commit: f8bea0a44d718296a249bdb766b8dbc92f38e8df
branch: 3.9
author: Zackery Spytz <zspytz at gmail.com>
committer: vsajip <vinay_sajip at yahoo.co.uk>
date: 2020年11月10日T23:06:34Z
summary:
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232)
It was added in 3.9, not 3.8.
files:
M Doc/using/venv-create.inc
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index c8f6e8f87d567..5e724cd5794ce 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -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


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /