Author: mattip <[email protected]>
Branch: win32-stdlib
Changeset: r55559:49aee69d37be
Date: 2012-06-09 22:28 +0300
http://bitbucket.org/pypy/pypy/changeset/49aee69d37be/

Log:    try to minimize changes vis-a-vis cpython 2.7.3

diff --git a/lib-python/2.7/test/test_mailbox.py 
b/lib-python/2.7/test/test_mailbox.py
--- a/lib-python/2.7/test/test_mailbox.py
+++ b/lib-python/2.7/test/test_mailbox.py
@@ -20,7 +20,7 @@
 # Silence Py3k warning
 rfc822 = test_support.import_module('rfc822', deprecated=True)
 
-class TestBase(unittest.TestCase):
+class TestBase:
 
     def _check_sample(self, msg):
         # Inspect a mailbox.Message representation of the sample message
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to