[New-bugs-announce] [issue26672] regrtest missing in the module name
Axel Luttgens
report at bugs.python.org
Wed Mar 30 07:19:11 EDT 2016
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 at python
components: Documentation
messages: 262661
nosy: Axel, docs at python
priority: normal
severity: normal
status: open
title: regrtest missing in the module name
type: enhancement
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26672>
_______________________________________
More information about the New-bugs-announce
mailing list