cpython/Lib/compiler
Guido van Rossum be19ed77dd Fix most trivially-findable print statements.
There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.

(Oh, and I don't know if the compiler package works.)
2007-02-09 05:37:30 +00:00
..
__init__.py Ok, compiler.transformer can really be imported now 2006-03-24 07:07:34 +00:00
ast.py PEP 3107 - Function Annotations thanks to Tony Lownds 2006-12-28 06:47:50 +00:00
consts.py Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can 2006-03-03 19:12:58 +00:00
future.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
misc.py Stomp out more hsa_key() calls. 2006-08-19 15:28:37 +00:00
pyassem.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
pycodegen.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
symbols.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
syntax.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
transformer.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
visitor.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00