commit | 88fc6646d1b97cb3ba6188808e7c016884d44a73 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 09 21:28:07 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Feb 09 21:28:07 2007 +0000 |
tree | 4cf73aca05a06e89ae71a719c7b2329af51392b8 | |
parent | 08c47ba0df4ba87cdce34c126e5bdb28f8c6034c [diff] |
* 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.