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

Reply via email to