[docs] Doc: remove errors about mixed-type comparisons. (issue 12067)

mhoy09 at gmail.com mhoy09 at gmail.com
Sun Mar 3 01:01:17 CET 2013


On 2013/02/23 07:51:56, ezio.melotti wrote:
>
http://bugs.python.org/review/12067/diff/6175/Doc/reference/expressions.rst
> File Doc/reference/expressions.rst (right):
> 
>
http://bugs.python.org/review/12067/diff/6175/Doc/reference/expressions.rst#newcode1048
> Doc/reference/expressions.rst:1048: specific :meth:`__eq__()` and
> :meth:`__ne__()`. With ``<``, ``>``,
> These should be :meth:`~object.__eq__` (or whatever creates a link to
the __eq__
> documention).  The () shouldn't be included.
It appears that this section of the documentation is vary different from
what I worked on 4 months ago. Can we please get some input as to
whether or not this issue needs to remain open?


http://bugs.python.org/review/12067/


More information about the docs mailing list