gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)

This commit is contained in:
Brian Schubert 2024-02-19 12:54:54 -05:00 committed by GitHub
parent e47ecbd042
commit b02ab65e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 20 deletions

View file

@ -14,14 +14,14 @@ used at environment creation time). It also creates an (initially empty)
``Lib\site-packages``). If an existing directory is specified, it will be
re-used.
.. versionchanged:: 3.5
The use of ``venv`` is now recommended for creating virtual environments.
.. deprecated:: 3.6
``pyvenv`` was the recommended tool for creating virtual environments for
Python 3.3 and 3.4, and is
:ref:`deprecated in Python 3.6 <whatsnew36-venv>`.
.. versionchanged:: 3.5
The use of ``venv`` is now recommended for creating virtual environments.
.. highlight:: none
On Windows, invoke the ``venv`` command as follows::