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 ocean-city
Recipients docs@python, ocean-city, terry.reedy
Date 2010-10-10.06:22:18
SpamBayes Score 3.1007086e-05
Marked as misclassified No
Message-id <1286691741.42.0.860197208608.issue10008@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, but http://docs.python.org/genindex-Z.html

  ZipFile (class in zipfile), [1]

still has same issue, no? [1] (and [2], [3], if exist)
should suggest alternatives, but it doesn't now.

I'll attach the patch to detect this kind of duplication.

I you say, probably this happens when same directive appears
in rst file. For example, 

.. module:: zipfile

.. class:: ZipFile

.. class:: ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=False)

Maybe I should have posted this issue to Sphinx tracker.
History
Date User Action Args
2010-10-10 06:22:21ocean-citysetrecipients: + ocean-city, terry.reedy, docs@python
2010-10-10 06:22:21ocean-citysetmessageid: <1286691741.42.0.860197208608.issue10008@psf.upfronthosting.co.za>
2010-10-10 06:22:19ocean-citylinkissue10008 messages
2010-10-10 06:22:18ocean-citycreate