diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-04-20 14:15:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 14:15:40 -0700 |
commit | a8c342465b977115b88a4f130833a2fd4c4e7356 (patch) | |
tree | 28c53bd4d0628931a6ac5cd705f24ae85e7305b3 /Doc/installing | |
parent | 61f82e0e337f971da57f8f513abfe693edf95aa5 (diff) | |
download | cpython-git-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.gz |
bpo-25427: Remove pyvenv (GH-5962)
Diffstat (limited to 'Doc/installing')
-rw-r--r-- | Doc/installing/index.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index f9a224be92..9f9f5a070b 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -62,11 +62,6 @@ Key terms of the mailing list used to coordinate Python packaging standards development). -.. deprecated:: 3.6 - ``pyvenv`` was the recommended tool for creating virtual environments for - Python 3.3 and 3.4, and is `deprecated in Python 3.6 - <https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_. - .. versionchanged:: 3.5 The use of ``venv`` is now recommended for creating virtual environments. |