Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6f1e78a0
Commit
6f1e78a0
authored
Nov 23, 2013
by
Nick Coghlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update What's New with PEP 453 progress
parent
1500c12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+19
-9
No files found.
Doc/whatsnew/3.4.rst
View file @
6f1e78a0
...
...
@@ -136,24 +136,34 @@ The new :mod:`ensurepip` module (defined in :pep:`453`) provides a standard
cross-platform mechanism to boostrap the pip installer into Python
installations and virtual environments.
.. note::
The :mod:`venv` module and the :command:`pyvenv` utility make use of this
module to make ``pip`` readily available in virtual environments. When
using the command line interface, ``pip`` is installed by default, while
for the module API installation of ``pip`` must be requested explicitly.
For CPython source builds on POSIX systems, the ``make install`` and
``make altinstall`` commands bootstrap ``pip`` by default. This behaviour
can be controlled through configure options, and overridden through
Makefile options.
Only the first phase of PEP 453 has been implemented at this point.
This section will be fleshed out with additional details once those
other changes are implemented.
On Windows, the CPython installer now offers the option to install ``pip``
along with CPython itself.
.. note::
Refer to :issue:`19347` for the progress on additional steps:
The implementation of PEP 453 is still a work in progress. Refer to
:issue:`19347` for the progress on additional steps:
* ``make install`` and ``make altinstall`` integration
* Windows installer integration
* Mac OS X installer integration
* :mod:`venv` module and :command:`pyvenv` integration
* Having the binary installers install ``pip`` by default
* Recommending the use of ``pip`` in the "Installing Python Module"
documentation.
.. seealso::
:pep:`453` - Explicit bootstrapping of pip in Python installations
PEP written by Donald Stufft and Nick Coghlan, implemented by
Donald Stufft, Nick Coghlan
(and ...)
.
Donald Stufft, Nick Coghlan
, Martin von Löwis and Ned Deily
.
.. _pep-446:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment