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 Deepak Joshi
Recipients Deepak Joshi, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-03.07:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546501063.03.0.591969937784.issue35646@roundup.psfhosted.org>
In-reply-to
Content
Subprocess.Popen('python -v',stdout=PIPE,stderr=PIPE,Shell=True)

Prduces output in stderr instead of stdout.

For others: pip --version or git --version output is in stdout and is expected.
History
Date User Action Args
2019-01-03 07:37:45Deepak Joshisetrecipients: + Deepak Joshi, paul.moore, tim.golden, zach.ware, steve.dower
2019-01-03 07:37:43Deepak Joshisetmessageid: <1546501063.03.0.591969937784.issue35646@roundup.psfhosted.org>
2019-01-03 07:37:42Deepak Joshilinkissue35646 messages
2019-01-03 07:37:42Deepak Joshicreate