This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, chris.jerdonek, pitrou
Date 2012-08-13.12:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344862240.02.0.0885954905912.issue15592@psf.upfronthosting.co.za>
In-reply-to
Content
_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.
History
Date User Action Args
2012-08-13 12:50:40asvetlovsetrecipients: + asvetlov, pitrou, chris.jerdonek
2012-08-13 12:50:40asvetlovsetmessageid: <1344862240.02.0.0885954905912.issue15592@psf.upfronthosting.co.za>
2012-08-13 12:50:39asvetlovlinkissue15592 messages
2012-08-13 12:50:39asvetlovcreate