| commit | ac7be6888b7c1ac1ef9dc5294e9e6cb0589b98a3 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Jan 17 15:42:30 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Jan 17 15:42:30 2001 +0000 |
| tree | 9f3238eb6ce5d2d57bb834cf4dc73e483e21cff5 | |
| parent | f916e7aa6281ce82155eebf06b6b21d48e07ce39 [diff] |
Rich comparisons fall-out: - Use PyObject_RichCompare*() where possible: when comparing keyword arguments, in _PyEval_SliceIndex(), and of course in cmp_outcome(). Unrelated stuff: - Removed all trailing whitespace. - Folded some long lines.