[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

Antoine Pitrou report at bugs.python.org
Wed Aug 15 22:32:44 CEST 2012


Antoine Pitrou added the comment:

> Оор. I see. Pushing to communicate input with "\r" (see attached patch) 
> produces the error.

Hmm, no, it's the reverse. Pushing input with "\n" should produce b"\r\n" on the other side, under Windows.

----------

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


More information about the Python-bugs-list mailing list