]> granicus.if.org Git - python/commitdiff
Move versionadded for ensurepip into the standard location (right after title)
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:40:11 +0000 (14:40 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:40:11 +0000 (14:40 -0500)
Doc/library/ensurepip.rst

index 3756d4fbcb75b971fa1d30a5933a6f0b031bcfa0..528370cf8a60e46dd8d2631cd513efe7fe98c844 100644 (file)
@@ -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 @@ needed if installing ``pip`` was skipped when installing Python (or
 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