Smith asked: > I'm wondering if it's just "foolish consistency" (to quote a PEP 8) > that is calling for the dropping of <> in preference of only !=.
Logically, "<=" means the same as "< or =" <> does not mean the same as "< or >"; it might just mean that they aren't comparable. Whether that is a strong enough reason to remove it is another question. -jJ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com