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 r.david.murray
Recipients r.david.murray
Date 2013-06-25.12:31:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372163490.54.0.858843080501.issue18299@psf.upfronthosting.co.za>
In-reply-to
Content
A look at a random selection of tests that use script_helper indicates that using universal_newlines=True would either simplify or make no difference to the usage of the script_helper assert_python functions in the majority of the tests that use it.  Even if there turn out to be a few uses where having bytes is required, it would probably be worth catering to the common case and making those exceptional cases use Popen directly.  (Or alternatively provide assert_python_xxx_binary helpers.)
History
Date User Action Args
2013-06-25 12:31:30r.david.murraysetrecipients: + r.david.murray
2013-06-25 12:31:30r.david.murraysetmessageid: <1372163490.54.0.858843080501.issue18299@psf.upfronthosting.co.za>
2013-06-25 12:31:30r.david.murraylinkissue18299 messages
2013-06-25 12:31:30r.david.murraycreate