[issue26672] regrtest missing in the module name

2016-03-30 Thread Axel Luttgens

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 value for the -u option enables all
possible resources: python -m test.regrtest -uall.

HTH,
Axel

--
assignee: docs@python
components: Documentation
messages: 262661
nosy: Axel, docs@python
priority: normal
severity: normal
status: open
title: regrtest missing in the module name
type: enhancement
versions: Python 2.7

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26672>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default

2016-03-29 Thread Axel Luttgens

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 was skipped when
installing Python (or when creating a virtual environment) or
after explicitly uninstalling pip.

As far as I correctly read the configure file that comes with the 2.7.11 
tarball, the default is to behave as if --with-ensurepip=no had been passed.

As a result, that sentence fragment:

(as pip should be bootstrapped by default)

may appear somewhat ambiguous for those compiling Python themselves.

Perhaps could this one avoid some head scratching:

(as packagers are expected to have bootstrapped pip)

HTH,
Axel

--
assignee: docs@python
components: Documentation
messages: 262610
nosy: Axel, docs@python
priority: normal
severity: normal
status: open
title: pip is not bootstrapped by default
type: enhancement
versions: Python 2.7

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26665>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com