Andrew Svetlov added the comment:

_communicate_with_select has the same problem as _communicate_with_poll.

I don't understand why input has encoded if  universal_newlines and passed 
unchanged otherwise.

>From my perspective input should be encoded (converted to bytes) if it is str 
>regardless of universal_newlines value.

----------
nosy: +asvetlov

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

Reply via email to