Message3183

Author fwierzbicki
Recipients fwierzbicki, leosoto
Date 2008-05-03.03:27:12
SpamBayes Score 0.007124598
Marked as misclassified No
Message-id <1209785233.07.0.192988193265.issue1031@psf.upfronthosting.co.za>
In-reply-to
Content
I think before we modify object.derived, we'd want to know how all of
the *Derived objects should behave.  Seems like it is a little ugly
already... but once we have an idea about the rest -- maybe that would
be the best place to fix these problems.  If it turns out that many of
the cases are different, we could consider removing __cmp__ from
object.derived and hand crafting them for each of the .derived templates
- but I hope it doesn't come to that.  It would be nice if we only
needed to change object.derived.
History
Date User Action Args
2008-05-03 03:27:13fwierzbickisetspambayes_score: 0.0071246 -> 0.007124598
messageid: <1209785233.07.0.192988193265.issue1031@psf.upfronthosting.co.za>
2008-05-03 03:27:13fwierzbickisetspambayes_score: 0.0071246 -> 0.0071246
recipients: + fwierzbicki, leosoto
2008-05-03 03:27:13fwierzbickilinkissue1031 messages
2008-05-03 03:27:12fwierzbickicreate