[issue19406] PEP 453: add the ensurepip module

Nick Coghlan report at bugs.python.org
Mon Nov 11 13:23:23 CET 2013


Nick Coghlan added the comment:

Aside from the default-install -> default-pip name change, the other fixes/changes between Donald's last patch and the committed version:

- added the missing docs for the new options
- updated What's New, ACKS, NEWS
- avoided repetition in the test code by using setUp and addCleanUp appropriately (this also prevented the earlier tests from altering os.environ)
- marked the .whl as binary in .hgeol

----------
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19406>
_______________________________________


More information about the Python-bugs-list mailing list