> in Python equality rebinds the name

Assignment (=) rebinds the name.  Equality (==) is something else
entirely.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to