From f2d4e5773a5fb2e6e58ad758ba5266fe82a86edf Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 2 Mar 2015 05:36:19 +0200 Subject: Add a versionadded directive for PEP 486. --- Doc/using/windows.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12