]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove support for backticks from the grammar and compiler.
authorBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 04:28:18 +0000 (04:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 04:28:18 +0000 (04:28 +0000)
commitcf588f6448f8adfa12886f42db4d1c4ad3544da5
tree47cb062874fff18940e7efee1d9001920753fbad
parent8b6de130c64ace2a5bd56ec619eb54216676b613
Remove support for backticks from the grammar and compiler.

Still need to remove traces of the UNARY_CONVERT opcode.
Doc/ref/ref5.tex
Grammar/Grammar
Lib/tokenize.py
Parser/tokenizer.c
Python/ast.c
Python/compile.c
Python/graminit.c