[pypy-commit] pypy win32-stdlib: try to minimize changes vis-a-vis cpython 2.7.3

mattip noreply at buildbot.pypy.org
Sun Jun 10 23:21:23 CEST 2012


Author: mattip <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list