[Python-checkins] cpython (3.4): Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport

victor.stinner python-checkins at python.org
Fri Feb 27 17:51:06 CET 2015


https://hg.python.org/cpython/rev/0b390b5a6729
changeset: 94773:0b390b5a6729
branch: 3.4
parent: 94771:056d71d7bb28
user: Victor Stinner <victor.stinner at gmail.com>
date: Fri Feb 27 17:49:09 2015 +0100
summary:
 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Methods only raise NotImplementedError and are never used.
files:
 Lib/asyncio/base_subprocess.py | 6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Lib/asyncio/base_subprocess.py b/Lib/asyncio/base_subprocess.py
--- a/Lib/asyncio/base_subprocess.py
+++ b/Lib/asyncio/base_subprocess.py
@@ -79,12 +79,6 @@
 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
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /