]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Comparison operators '<=' '>' '<>' are now 1 token.
authorGuido van Rossum <guido@python.org>
Sun, 20 Oct 1991 20:10:09 +0000 (20:10 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 20 Oct 1991 20:10:09 +0000 (20:10 +0000)
commita76fb5b653a195e7082b6b507a0cea1b3abcf86e
tree2122fa570b86f97a228e823dacba384e800dd9bb
parent2483cbb8ce432c2723d5a1010b5d96fd7b670d9a
Comparison operators '<=' '>' '<>' are now 1 token.
Also support '!=' and '==' as alternatives for '<>' and '='.
Grammar/Grammar