commit | b053cd8f40dd19985b16f50661640dcefb69888f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 24 03:53:23 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 24 03:53:23 2006 +0000 |
tree | 88e1c2ce636a6df402a97c51ea9067a46735120a | |
parent | 01c77c66289f8e9c8d15b8da623fae4014ec2edb [diff] |
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)'.