cpython/Lib/wsgiref
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 Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
handlers.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
headers.py Remove usage of backticks. 2006-08-25 02:59:59 +00:00
simple_server.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
util.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
validate.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00