Status of PEP's?

David Eppstein eppstein at ics.uci.edu
Mon Mar 4 21:17:03 EST 2002


In article <mailman.1015291748.15114.python-list at python.org>,
 James_Althoff at i2.com wrote:

> [David Eppstein]
> > The proposal is to extend it to
> > also include three-way comparisons.
> 
> And, I assume, you mean three-way comparisons that are restricted to using
> certain combinations of "< <= > =>"?

Yes.  Both comparisons must be in ["<", "<="], or both comparisons must 
be in [">", ">="].



More information about the Python-list mailing list