Merge with Python 3.4

This commit is contained in:
Victor Stinner 2014-07-14 18:36:24 +02:00
commit daded80283
6 changed files with 181 additions and 43 deletions

View file

@ -43,8 +43,6 @@ class BaseEventLoopTests(test_utils.TestCase):
NotImplementedError, self.loop._process_events, [])
self.assertRaises(
NotImplementedError, self.loop._write_to_self)
self.assertRaises(
NotImplementedError, self.loop._read_from_self)
self.assertRaises(
NotImplementedError,
self.loop._make_read_pipe_transport, m, m)