Message109128
| Author | belopolsky |
|---|---|
| Recipients | amaury.forgeotdarc, belopolsky, brett.cannon, brian.curtin, daniel.urban, lemburg, mark.dickinson, pitrou, r.david.murray, rhettinger, techtonik, tim.peters, vstinner |
| Date | 2010-07-02.20:24:08 |
| SpamBayes Score | 0.06359744 |
| Marked as misclassified | No |
| Message-id | <1278102250.9.0.169377150416.issue7989@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> - I find the _cmp() and __cmp() indirection poor style in 3.x, > especially when you simply end up comparing self._getstate() and > other._getstate() (it is also suboptimal because it can do more > comparisons than needed) The best I could come up with is issue7989-cmp.diff - basically replacing _cmp(self, other) with _normalize(self, other) that returns a pair of objects that compare the same as self and other. I am not committing this in sandbox because I don't see this a big improvement. Datetime comparisons are tricky due to date/datetime inheritance. I think it is best not to touch it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-02 20:24:11 | belopolsky | set | recipients: + belopolsky, lemburg, tim.peters, brett.cannon, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, vstinner, techtonik, r.david.murray, brian.curtin, daniel.urban |
| 2010-07-02 20:24:10 | belopolsky | set | messageid: <1278102250.9.0.169377150416.issue7989@psf.upfronthosting.co.za> |
| 2010-07-02 20:24:09 | belopolsky | link | issue7989 messages |
| 2010-07-02 20:24:09 | belopolsky | create | |