commit | a76fb5b653a195e7082b6b507a0cea1b3abcf86e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Oct 20 20:10:09 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Oct 20 20:10:09 1991 +0000 |
tree | 2122fa570b86f97a228e823dacba384e800dd9bb | |
parent | 2483cbb8ce432c2723d5a1010b5d96fd7b670d9a [diff] |
Comparison operators '<=' '>' '<>' are now 1 token. Also support '!=' and '==' as alternatives for '<>' and '='.