Message3174

Author leosoto
Recipients leosoto
Date 2008-05-02.16:21:52
SpamBayes Score 0.034922745
Marked as misclassified No
Message-id <1209745312.37.0.0977307026649.issue1031@psf.upfronthosting.co.za>
In-reply-to
Content
BTW: The following issues are closely related:

- #1889394 : PyUnicodeDerived.__cmp__ seems to have the same problem
- #1869347 : PyLongDerived.__cmp__ too.

The PyLongDerived case seems equivalent to the PyDictionaryDerived one.
But the PyUnicodeDerived case is special, because on CPython unicode has
no __cmp__. 

We also have #1804011, which reports a more specific problem with
dictderived() == {}. But it seems already solved on trunk.
History
Date User Action Args
2008-05-02 16:21:52leosotosetspambayes_score: 0.0349227 -> 0.034922745
messageid: <1209745312.37.0.0977307026649.issue1031@psf.upfronthosting.co.za>
2008-05-02 16:21:52leosotosetspambayes_score: 0.0349227 -> 0.0349227
recipients: + leosoto
2008-05-02 16:21:52leosotolinkissue1031 messages
2008-05-02 16:21:52leosotocreate