cpython/Grammar
Guido van Rossum b053cd8f40 Killed the <> operator. You must now use !=.
Opportunistically also fixed one or two places where '<> None' should be
'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'.
2006-08-24 03:53:23 +00:00
..
Grammar Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00