[New-bugs-announce] [issue22780] NotImplemented doc section needs update

Ethan Furman report at bugs.python.org
Sat Nov 1 00:11:11 CET 2014


New submission from Ethan Furman:

https://docs.python.org/3/library/constants.html

current
-------
    Special value which can be returned by the “rich comparison” special methods (__eq__(), __lt__(), and friends), to indicate that the comparison is not implemented with respect to the other type.


more accurate
-------------
    Special value which should be returned by the __dunder__ methods to indicate the requested operation is not implemented with respect to the other type.

----------
messages: 230412
nosy: eric.araujo, ethan.furman, ezio.melotti, georg.brandl
priority: normal
severity: normal
stage: needs patch
status: open
title: NotImplemented doc section needs update

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


More information about the New-bugs-announce mailing list