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 uranusjr
Recipients paul.moore, steve.dower, tim.golden, uranusjr, zach.ware
Date 2019-11-24.09:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574587998.68.0.116854849557.issue38905@roundup.psfhosted.org>
In-reply-to
Content
3.6 works correctly on Windows:

> py -3.6 -m venv test36
> test36\Scripts\activate.bat
>>> import subprocess
>>> print(subprocess.check_output(['python', '-c', 'import sys; print(sys.executable)']))
b'C:\\Users\\uranusjr\\Downloads\\test36\\Scripts\\python.exe\r\n'

So it seems the problem is introduced sometime after.
History
Date User Action Args
2019-11-24 09:33:18uranusjrsetrecipients: + uranusjr, paul.moore, tim.golden, zach.ware, steve.dower
2019-11-24 09:33:18uranusjrsetmessageid: <1574587998.68.0.116854849557.issue38905@roundup.psfhosted.org>
2019-11-24 09:33:18uranusjrlinkissue38905 messages
2019-11-24 09:33:18uranusjrcreate