commit | be19ed77ddb047e02fe94d142181062af6d99dcc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 09 05:37:30 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 09 05:37:30 2007 +0000 |
tree | 70f214e06554046fcccbadeb78665f25e07ce965 | |
parent | 452bf519a70c3db0e7f0d2540b1bfb07d9085583 [diff] |
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.)