Division considered un-Pythonic (Re: Case-sensitivity: why -- or why not? (was Re: Damnation!))

Roy Smith roy at popmail.med.nyu.edu
Sun Jun 4 12:39:41 EDT 2000


piet at cs.uu.nl wrote:
> As it is now in Python, you can have a==b and c==d both being true, but
> a/c==b/d being false. Which would be a bad surprise for most people.

What values of a, b, c, and d would cause that?  Maybe I'm just being 
dense, but i don't see it.

Isn't having two division operators kind of like having two sheds?



More information about the Python-list mailing list