STINNER Victor added the comment:

I started to review the patch 5:
http://bugs.python.org/review/1191964/#ps11598

When I read unit tests, I realized that I don't like "write_nonblocking" name. 
It's too generic. A process has many files (more than just stdin, stdout, 
stderr: see pass_fds parameter of Popen). I would like an explicit 
"write_stdin_nonblocking" and "read_stdout_nonblocking".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1191964>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to