[New-bugs-announce] [issue12825] Missing and incorrect link to a command line option.

Kyle Simpson report at bugs.python.org
Tue Aug 23 10:49:11 CEST 2011


New submission from Kyle Simpson <illwhipyou at gmail.com>:

The documentation for the runpy module has a link to the -m command line option. In version 2.7.2 of the docs, the link doesn't exist.

http://docs.python.org/release/2.7/library/runpy.html
http://docs.python.org/release/2.7.2/library/runpy.html

If you run

    touch library/runpy.rst
    make html

then the link is created, but with an anchor of "cmdoption-unittest-discover-m" instead of "cmdoption-m".

http://docs.python.org/release/2.7.2/using/cmdline.html#cmdoption-unittest-discover-m

----------
assignee: docs at python
components: Documentation
messages: 142797
nosy: Kyle.Simpson, docs at python
priority: normal
severity: normal
status: open
title: Missing and incorrect link to a command line option.
versions: Python 2.7

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


More information about the New-bugs-announce mailing list