summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2018-04-20 21:15:40 (GMT)
committerGitHub <noreply@github.com>2018-04-20 21:15:40 (GMT)
commita8c342465b977115b88a4f130833a2fd4c4e7356 (patch)
tree28c53bd4d0628931a6ac5cd705f24ae85e7305b3 /Doc/whatsnew
parent61f82e0e337f971da57f8f513abfe693edf95aa5 (diff)
downloadcpython-a8c342465b977115b88a4f130833a2fd4c4e7356.zip
cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.gz
cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.bz2
bpo-25427: Remove pyvenv (GH-5962)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.8.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 2f42a9f..11538e2 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -111,6 +111,9 @@ Deprecated
Removed
=======
+* The ``pyvenv`` script has been removed in favor of ``python3.8 -m venv``
+ to help eliminate confusion as to what Python interpreter the ``pyvenv``
+ script is tied to. (Contributed by Brett Cannon in :issue:`25427`.)
Porting to Python 3.8