[issue7771] dict view comparison methods are not documented

Sandro Tosi report at bugs.python.org
Sat Oct 9 09:45:43 CEST 2010


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

gaah, sorry about that. I've prepared another patch that removes the '^' part and adds an example about that.

About the reference to Collections.Set to be a link to the Collections page, do you think it's acceptable to define all the Collection ABCs as :class:`...` ? I looked at http://docs.python.org/documenting/markup.html but didn't find a specific markup for ABC, so I suppose 'class' is fine.

If you think it might worth the effort, I can mark those ABCs up as class, and scan the documentation for references to them and convert to link (if not already done automagically).

----------
Added file: http://bugs.python.org/file19169/issue7771-py3k-v3.patch

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


More information about the Python-bugs-list mailing list