[New-bugs-announce] [issue18923] Use the new selectors module in the subprocess module

STINNER Victor report at bugs.python.org
Wed Sep 4 20:41:35 CEST 2013


New submission from STINNER Victor:

Python 3.4 has a new selectors module (issue #16853). It would be nice to use it instead of select.poll or select.select in the subprocess module.

----------
messages: 196936
nosy: haypo
priority: normal
severity: normal
status: open
title: Use the new selectors module in the subprocess module
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list