This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients amaury.forgeotdarc, gvanrossum, rhettinger
Date 2008-07-02.23:32:18
SpamBayes Score 0.010733337
Marked as misclassified No
Message-id <1215041539.41.0.0440719819109.issue3263@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-02 23:32:19gvanrossumsetspambayes_score: 0.0107333 -> 0.010733337
recipients: + gvanrossum, rhettinger, amaury.forgeotdarc
2008-07-02 23:32:19gvanrossumsetspambayes_score: 0.0107333 -> 0.0107333
messageid: <1215041539.41.0.0440719819109.issue3263@psf.upfronthosting.co.za>
2008-07-02 23:32:18gvanrossumlinkissue3263 messages
2008-07-02 23:32:18gvanrossumcreate