[New-bugs-announce] [issue23537] BaseSubprocessTransport includes two unused methods

Martin Richard report at bugs.python.org
Fri Feb 27 17:14:29 CET 2015


New submission from Martin Richard:

base_subprocess.BaseSuprocessTransport implements _make_write_subprocess_pipe_proto and _make_read_subprocess_pipe_proto.

Both are private and both raise NotImplementedError. However, when I grep in tulip sources for those methods, they are never called nor overridden by subclasses of BaseSuprocessTransport.

Shouldn't they be removed?

----------
components: asyncio
messages: 236777
nosy: gvanrossum, haypo, martius, yselivanov
priority: normal
severity: normal
status: open
title: BaseSubprocessTransport includes two unused methods

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23537>
_______________________________________


More information about the New-bugs-announce mailing list