Browse Source

Add a versionadded directive for PEP 486.

pull/9921/head
Berker Peksag 11 years ago
parent
commit
f2d4e5773a
  1. 2
      Doc/using/windows.rst

2
Doc/using/windows.rst

@ -407,6 +407,8 @@ unless the option was selected on installation.
Virtual environments
^^^^^^^^^^^^^^^^^^^^
.. versionadded:: 3.5
If the launcher is run with no explicit Python version specification, and a
virtual environment (created with the standard library :mod:`venv` module or
the external ``virtualenv`` tool) active, the launcher will run the virtual

Loading…
Cancel
Save