mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)
This commit is contained in:
parent
e47ecbd042
commit
b02ab65e80
6 changed files with 20 additions and 20 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue