Why prefer != over <> for Python 3.0?

Aahz aahz at pythoncraft.com
Sat Mar 29 21:47:58 EDT 2008


In article <5805ee5f-970f-4b16-a5c5-90ebe0748feb at y21g2000hsf.googlegroups.com>,
 <kwitters at telenet.be> wrote:
>
>I don't know if this is the right place to discuss the death of <> in
>Python 3.0, or if there have been any meaningful discussions posted
>before (hard to search google with '<>' keyword), but why would anyone
>prefer the comparison operator != over <>???

Are you asking why Python 3.0 gets rid of one of them or are you asking
why != was chosen over <>?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan



More information about the Python-list mailing list