cpython/Lib/email/test
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
..
data Actually this file should have svn:eol-style CRLF since it's specifically 2006-03-04 04:55:02 +00:00
__init__.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
test_email.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_email_codecs.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
test_email_codecs_renamed.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
test_email_renamed.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_email_torture.py Fix test for FeedParser results. 2004-10-03 04:02:43 +00:00