From: R David Murray Date: Fri, 20 Dec 2013 19:40:11 +0000 (-0500) Subject: Move versionadded for ensurepip into the standard location (right after title) X-Git-Tag: v3.4.0b2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43ad138160526637b23465b92f956f1c0909cfd8;p=python Move versionadded for ensurepip into the standard location (right after title) --- diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst index 3756d4fbcb..528370cf8a 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