commit | 7a59445e3783fc842bc4fd0181b18d6798883a3e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 16 20:32:05 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 16 20:32:05 2001 +0000 |
tree | f579fa041261af2544a415533b48bc5f9abe92ac | |
parent | c993315b188b08b6d78248522f6d0ed31d52f939 [diff] |
Document required return values -1, 0, 1 for tp_compare handler, as suggested in SF patch #424475. Also document exception return.