[Python-checkins] cpython: Move versionadded for ensurepip into the standard location (right after title)

r.david.murray python-checkins at python.org
Fri Dec 20 21:12:00 CET 2013


http://hg.python.org/cpython/rev/75e4068bb796
changeset:   88092:75e4068bb796
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Dec 20 14:40:11 2013 -0500
summary:
  Move versionadded for ensurepip into the standard location (right after title)

files:
  Doc/library/ensurepip.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst
--- a/Doc/library/ensurepip.rst
+++ b/Doc/library/ensurepip.rst
@@ -5,6 +5,8 @@
    :synopsis: Bootstrapping the ``pip`` installer into an existing Python
               installation or virtual environment.
 
+.. versionadded:: 3.4
+
 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
 installer into an existing Python installation or virtual environment. This
 bootstrapping approach reflects the fact that ``pip`` is an independent
@@ -18,8 +20,6 @@
 when creating a virtual environment) or after explicitly uninstalling
 ``pip``.
 
-.. versionadded:: 3.4
-
 .. note::
 
    This module *does not* access the internet. All of the components

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


More information about the Python-checkins mailing list