New submission from Axel Luttgens:
Relevant page:
https://docs.python.org/2/library/ensurepip.html
One may read:
In most cases, end users of Python shouldn’t need to invoke
this module directly (as pip should be bootstrapped by default),
but it may be needed if installing pip
Changes by Axel Luttgens :
--
title: pip is not bootstrapped by default -> pip is not bootstrapped by default
on 2.7
___
Python tracker
<http://bugs.python.org/issu
New submission from Axel Luttgens:
Relevant page:
https://docs.python.org/2/library/test.html
One may read (section 25.5.2):
Specifying all as the value for the -u option enables all
possible resources: python -m test -uall.
I guess this should be:
Specifying all as the