Merge 3.4 (asyncio)

This commit is contained in:
Victor Stinner 2015-02-27 17:49:19 +01:00
commit e2bda9ad68
1 changed files with 0 additions and 6 deletions

View File

@ -79,12 +79,6 @@ def __repr__(self):
def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
raise NotImplementedError
def _make_write_subprocess_pipe_proto(self, fd):
raise NotImplementedError
def _make_read_subprocess_pipe_proto(self, fd):
raise NotImplementedError
def close(self):
if self._closed:
return