]> granicus.if.org Git - python/commit
cmp_type(): The grammar stopped allowing '=' as a comparison operator
authorTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:16:52 +0000 (19:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:16:52 +0000 (19:16 +0000)
commit12d55a7caaf58e7219f7c2bfa796ab19246640dd
tree63de4f219ed08882d84450d5599dbb30bc77fec1
parentd2eadc6946f676dd74707e1da93b61ecefc324c1
cmp_type():  The grammar stopped allowing '=' as a comparison operator
about a decade ago.  Put the code still allowing for it in cmp_type()
out of its lonely misery.
Python/compile.c