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)'.
G
Guido van Rossum committed
b053cd8f40dd19985b16f50661640dcefb69888f
Parent: 01c77c6