]> granicus.if.org Git - python/commit
Rich comparisons fall-out:
authorGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 15:42:30 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 15:42:30 +0000 (15:42 +0000)
commitac7be6888b7c1ac1ef9dc5294e9e6cb0589b98a3
tree9f3238eb6ce5d2d57bb834cf4dc73e483e21cff5
parentf916e7aa6281ce82155eebf06b6b21d48e07ce39
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.
Python/ceval.c