]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
authorGeorg Brandl <georg@python.org>
Fri, 9 Feb 2007 21:28:07 +0000 (21:28 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 9 Feb 2007 21:28:07 +0000 (21:28 +0000)
commit88fc6646d1b97cb3ba6188808e7c016884d44a73
tree4cf73aca05a06e89ae71a719c7b2329af51392b8
parent08c47ba0df4ba87cdce34c126e5bdb28f8c6034c
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
* Fix some docstrings and one Print -> print.
* Fix test_{class,code,descrtut,dis,extcall,parser,popen,pkg,subprocess,syntax,traceback}.
  These were the ones that generated code with a print statement.
  In most remaining failing tests there's an issue with the soft space.
31 files changed:
Doc/lib/libdis.tex
Doc/ref/ref6.tex
Include/Python-ast.h
Include/opcode.h
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/opcode.py
Lib/symbol.py
Lib/test/test_ast.py
Lib/test/test_class.py
Lib/test/test_code.py
Lib/test/test_descrtut.py
Lib/test/test_dis.py
Lib/test/test_extcall.py
Lib/test/test_parser.py
Lib/test/test_pkg.py
Lib/test/test_popen.py
Lib/test/test_subprocess.py
Lib/test/test_syntax.py
Lib/test/test_tokenize.py
Lib/test/test_traceback.py
Parser/Python.asdl
Python/Python-ast.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/symtable.c
Python/sysmodule.c
Tools/compiler/ast.txt