diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-02 03:36:19 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-02 03:36:19 (GMT) |
commit | f2d4e5773a5fb2e6e58ad758ba5266fe82a86edf (patch) | |
tree | 677cff7512f6e0baab7b5da555be0503a25e9678 /Doc | |
parent | e35a17af68fc315dff98ac63d60a623a63bdd6bd (diff) | |
download | cpython-f2d4e5773a5fb2e6e58ad758ba5266fe82a86edf.zip cpython-f2d4e5773a5fb2e6e58ad758ba5266fe82a86edf.tar.gz cpython-f2d4e5773a5fb2e6e58ad758ba5266fe82a86edf.tar.bz2 |
Add a versionadded directive for PEP 486.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index f0f24e8..f194802 100644 --- a/Doc/using/windows.rst +++ b/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 |