[Python-checkins] cpython: Add a versionadded directive for PEP 486.

berker.peksag python-checkins at python.org
Mon Mar 2 04:36:08 CET 2015


https://hg.python.org/cpython/rev/dbce76b93c8b
changeset:   94808:dbce76b93c8b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Mar 02 05:36:19 2015 +0200
summary:
  Add a versionadded directive for PEP 486.

files:
  Doc/using/windows.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -407,6 +407,8 @@
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list