[issue23537] BaseSubprocessTransport includes two unused methods

2015-02-27 Thread STINNER Victor
STINNER Victor added the comment: Yeah, they are completly useless. Thanks for the report Martin. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue23537] BaseSubprocessTransport includes two unused methods

2015-02-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b390b5a6729 by Victor Stinner in branch '3.4': Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport https://hg.python.org/cpython/rev/0b390b5a6729 -- nosy: +python-dev ___ Pyt

[issue23537] BaseSubprocessTransport includes two unused methods

2015-02-27 Thread Martin Richard
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