diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:40:11 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:40:11 (GMT) |
commit | 43ad138160526637b23465b92f956f1c0909cfd8 (patch) | |
tree | 7e99bd353f1d37d84d2f8a5873426ffcebe99f51 | |
parent | 6a143815307879d092dd8721516e9914209ed468 (diff) | |
download | cpython-43ad138160526637b23465b92f956f1c0909cfd8.zip cpython-43ad138160526637b23465b92f956f1c0909cfd8.tar.gz cpython-43ad138160526637b23465b92f956f1c0909cfd8.tar.bz2 |
Move versionadded for ensurepip into the standard location (right after title)
-rw-r--r-- | Doc/library/ensurepip.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst index 3756d4f..528370c 100644 --- 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 @@ 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 |