"!=" is bad form. Re: sorry....never mind

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Fri Mar 9 15:49:41 EST 2001


Fri, 09 Mar 2001 20:23:25 GMT, Jay O'Connor <joconnor at cybermesa.com> pisze:

> I prefer 
> 
> 	if not x == y:

This means a different thing. Should be:
    if x not == y:
consistent with 'not is'.

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list