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

Reply via email to