[issue3263] Odd code fragment in ABC definitions

Guido van Rossum report at bugs.python.org
Thu Jul 3 01:32:19 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

There are tons of ways to violate Liskov in Python. Liskov is not always
the right rule.

NotImplemented is not appropriate -- it is only used as a magic return
value from binary functions.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list