cpython/Lib/xml/sax
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 SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
_exceptions.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
expatreader.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
handler.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
saxutils.py Use explicit relative import to make this work again. 2006-08-17 09:10:09 +00:00
xmlreader.py Fix some more has_key() uses. This could really use a tool to automate... 2006-08-19 02:45:06 +00:00