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, benjamin.peterson, chris.jerdonek, docs@python, hynek, pitrou, stutzbach, vstinner
Date 2012-08-11.15:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344700046.77.0.895657831033.issue15561@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. As I can see in subprocess.py TextIOWrapper is applied to stdin also in non-buffered (write_through=True) mode. So input will be converted to use '\n' as well.

Can you reflect this fact in your patches?
History
Date User Action Args
2012-08-11 15:47:27asvetlovsetrecipients: + asvetlov, pitrou, vstinner, benjamin.peterson, stutzbach, chris.jerdonek, docs@python, hynek
2012-08-11 15:47:26asvetlovsetmessageid: <1344700046.77.0.895657831033.issue15561@psf.upfronthosting.co.za>
2012-08-11 15:47:26asvetlovlinkissue15561 messages
2012-08-11 15:47:25asvetlovcreate