Move versionadded for ensurepip into the standard location (right after title)

This commit is contained in:
R David Murray 2013-12-20 14:40:11 -05:00
parent 6a14381530
commit 43ad138160
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,8 @@
:synopsis: Bootstrapping the ``pip`` installer into an existing Python :synopsis: Bootstrapping the ``pip`` installer into an existing Python
installation or virtual environment. installation or virtual environment.
.. versionadded:: 3.4
The :mod:`ensurepip` package provides support for bootstrapping the ``pip`` The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
installer into an existing Python installation or virtual environment. This installer into an existing Python installation or virtual environment. This
bootstrapping approach reflects the fact that ``pip`` is an independent 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 when creating a virtual environment) or after explicitly uninstalling
``pip``. ``pip``.
.. versionadded:: 3.4
.. note:: .. note::
This module *does not* access the internet. All of the components This module *does not* access the internet. All of the components