Sorting: too different times. Why?

Lie Ryan lie.1296 at gmail.com
Sun Nov 22 12:48:45 EST 2009


n00m wrote:
>> The second part of the compound if is backwards.  So if this is headed
>> for production code, it better get fixed.
>>
>> DaveA
> 
> Not sure I'm understanding your remark.

Maybe he meant, that this:
if v1.x < v2.x and v1.y > v2.y
should be:
if v1.x < v2.x and v1.y < v2.y
?



More information about the Python-list mailing list