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 sam.kimbrel
Recipients docs@python, sam.kimbrel, v+python
Date 2014-04-14.18:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397499717.3.0.836867393453.issue10481@psf.upfronthosting.co.za>
In-reply-to
Content
I've created a patch that updates the docs to reflect the behavior of communicate() and check_output(), which is that both the "input" argument and stdin/stdout/stderr PIPEs will convert to and from strings when self.univeral_newlines is True and must be bytes otherwise.
History
Date User Action Args
2014-04-14 18:21:57sam.kimbrelsetrecipients: + sam.kimbrel, v+python, docs@python
2014-04-14 18:21:57sam.kimbrelsetmessageid: <1397499717.3.0.836867393453.issue10481@psf.upfronthosting.co.za>
2014-04-14 18:21:57sam.kimbrellinkissue10481 messages
2014-04-14 18:21:57sam.kimbrelcreate