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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to