Author: guido.van.rossum Date: Sat Aug 25 15:43:02 2007 New Revision: 57462
Removed: python/branches/py3k/Lib/email/ python/branches/py3k/Lib/test/test_email.py python/branches/py3k/Lib/test/test_email_codecs.py python/branches/py3k/Lib/test/test_email_renamed.py Log: Remove the email package for now. Once Barry and the email-sig have a working new version we'll add it back. If it doesn't make the 3.0a deadline (release August 31), too bad. Deleted: /python/branches/py3k/Lib/test/test_email.py ============================================================================== --- /python/branches/py3k/Lib/test/test_email.py Sat Aug 25 15:43:02 2007 +++ (empty file) @@ -1,13 +0,0 @@ -# Copyright (C) 2001,2002 Python Software Foundation -# email package unit tests - -import unittest -# The specific tests now live in Lib/email/test -from email.test.test_email import suite -from test import test_support - -def test_main(): - test_support.run_unittest(suite()) - -if __name__ == '__main__': - test_main() Deleted: /python/branches/py3k/Lib/test/test_email_codecs.py ============================================================================== --- /python/branches/py3k/Lib/test/test_email_codecs.py Sat Aug 25 15:43:02 2007 +++ (empty file) @@ -1,15 +0,0 @@ -# Copyright (C) 2002 Python Software Foundation -# email package unit tests for (optional) Asian codecs - -# The specific tests now live in Lib/email/test -from email.test import test_email_codecs -from email.test import test_email_codecs_renamed -from test import test_support - -def test_main(): - suite = test_email_codecs.suite() - suite.addTest(test_email_codecs_renamed.suite()) - test_support.run_unittest(suite) - -if __name__ == '__main__': - test_main() Deleted: /python/branches/py3k/Lib/test/test_email_renamed.py ============================================================================== --- /python/branches/py3k/Lib/test/test_email_renamed.py Sat Aug 25 15:43:02 2007 +++ (empty file) @@ -1,13 +0,0 @@ -# Copyright (C) 2001-2006 Python Software Foundation -# email package unit tests - -import unittest -# The specific tests now live in Lib/email/test -from email.test.test_email_renamed import suite -from test import test_support - -def test_main(): - test_support.run_unittest(suite()) - -if __name__ == '__main__': - test_main() _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
