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 Pranav Deshpande
Recipients Pranav Deshpande, barry, r.david.murray, vstinner
Date 2017-05-19.18:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495217271.7.0.103464656532.issue18299@psf.upfronthosting.co.za>
In-reply-to
Content
I am afraid I didn't make myself clear. 
I am a beginner when it comes to open source contribution and have decided to take up this issue. I did some basic research about the issue and found this file:

cpython/Lib/test/support/script_helper.py

The function _assert_python calls run_python_until_end which calls subprocess.Popen which takes the parameter universal_newlines=True.

That is all I could discover. Could you guide me further regarding this?
History
Date User Action Args
2017-05-19 18:07:51Pranav Deshpandesetrecipients: + Pranav Deshpande, barry, vstinner, r.david.murray
2017-05-19 18:07:51Pranav Deshpandesetmessageid: <1495217271.7.0.103464656532.issue18299@psf.upfronthosting.co.za>
2017-05-19 18:07:51Pranav Deshpandelinkissue18299 messages
2017-05-19 18:07:51Pranav Deshpandecreate