Message77345
| Author | lemburg |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gvanrossum, lemburg, mark.dickinson, rhettinger |
| Date | 2008-12-08.21:30:01 |
| SpamBayes Score | 0.000166557 |
| Marked as misclassified | No |
| Message-id | <1228771802.23.0.877789015579.issue1717@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Instead of removing cmp(a, b) and replacing all uses with (a>b)-(b<a) I think it's better to turn cmp() into a helper that applies this operation in C rather than Python. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-08 21:30:02 | lemburg | set | recipients: + lemburg, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, christian.heimes, benjamin.peterson |
| 2008-12-08 21:30:02 | lemburg | set | messageid: <1228771802.23.0.877789015579.issue1717@psf.upfronthosting.co.za> |
| 2008-12-08 21:30:01 | lemburg | link | issue1717 messages |
| 2008-12-08 21:30:01 | lemburg | create | |