This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kyle.Simpson
Recipients Kyle.Simpson, docs@python
Date 2011-08-23.08:49:11
SpamBayes Score 8.3150684e-05
Marked as misclassified No
Message-id <1314089351.88.0.463176028953.issue12825@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-08-23 08:49:12Kyle.Simpsonsetrecipients: + Kyle.Simpson, docs@python
2011-08-23 08:49:11Kyle.Simpsonsetmessageid: <1314089351.88.0.463176028953.issue12825@psf.upfronthosting.co.za>
2011-08-23 08:49:11Kyle.Simpsonlinkissue12825 messages
2011-08-23 08:49:11Kyle.Simpsoncreate