Skip to content

Commit 2af6a87

Browse files
committed
Remove redundancy and outdated information
Current versions of virtualenv do not in fact support Python 2.7 and have not since (per my investigation) version 20.16, released more than a year ago. At any rate it seems inappropriate to advertise 2.x support as a feature this late in the game. This edit also cleans up a redundant description of how virtualenv "provides additional functionality... by providing convenient features", and eliminates an apparently extraneous "the".
1 parent e88199c commit 2af6a87

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/key_projects.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,9 @@ virtualenv
341341
virtualenv is a tool for creating isolated Python :term:`Virtual Environments
342342
<Virtual Environment>`, like :ref:`venv`. Unlike :ref:`venv`, virtualenv can
343343
create virtual environments for other versions of Python, which it locates
344-
using the PATH environment variable. It also provides
345-
additional functionality, compared to :ref:`venv`, by supporting Python
346-
2.7 and by providing convenient features for configuring, maintaining,
347-
duplicating, and troubleshooting the virtual environments. For more
348-
information, see the section on :ref:`Creating and using Virtual
344+
using the PATH environment variable. It also provides convenient features for
345+
configuring, maintaining, duplicating, and troubleshooting virtual environments.
346+
For more information, see the section on :ref:`Creating and using Virtual
349347
Environments`.
350348

351349

0 commit comments

Comments
 (0)