cpython/Lib/email/test
Guido van Rossum b053cd8f40 Killed the <> operator. You must now use !=.
Opportunistically also fixed one or two places where '<> None' should be
'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'.
2006-08-24 03:53:23 +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 Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
test_email_codecs.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_email_codecs_renamed.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_email_renamed.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
test_email_torture.py Fix test for FeedParser results. 2004-10-03 04:02:43 +00:00