diff -r 256c782ab078 Lib/test/test_asyncore.py --- a/Lib/test/test_asyncore.py Sat Apr 19 13:01:21 2014 -0400 +++ b/Lib/test/test_asyncore.py Sat Apr 19 11:15:03 2014 -0700 @@ -349,9 +349,8 @@ def handle_connect(self): pass + class DispatcherWithSendTests(unittest.TestCase): - usepoll = False - def setUp(self): pass @@ -401,10 +400,6 @@ self.fail("join() timed out") - -class DispatcherWithSendTests_UsePoll(DispatcherWithSendTests): - usepoll = True - @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'), 'asyncore.file_wrapper required') class FileWrapperTest(unittest.TestCase):