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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22780>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to