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 n0vicelive
Recipients docs@python, n0vicelive
Date 2015-03-02.10:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425292950.76.0.483712370522.issue23561@psf.upfronthosting.co.za>
In-reply-to
Content
it is likely that the author of dis.rst omitted two non-trivial preceding dots.

in the 'Bytecode analysis' section,
both :meth:`dis` and :func:`dis` have no preceding dots before 'dis'.

the dots may be trivial elsewhere, but they are non-trivial here. 
otherwise, the hyperlinks will be unexpectedly targeted to the top of the dis module, rather than the corresponding dis method or function.

ref.
:meth:`.timeit`, where the 'timeit' was preceded by a dot, in timeit.rst.

:)
History
Date User Action Args
2015-03-02 10:42:30n0vicelivesetrecipients: + n0vicelive, docs@python
2015-03-02 10:42:30n0vicelivesetmessageid: <1425292950.76.0.483712370522.issue23561@psf.upfronthosting.co.za>
2015-03-02 10:42:30n0vicelivelinkissue23561 messages
2015-03-02 10:42:30n0vicelivecreate