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 terry.reedy
Recipients serhiy.storchaka, terry.reedy, vstinner
Date 2017-07-29.00:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501288288.6.0.887131282398.issue31030@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, sys.executable is normalized before or during startup. C:\Programs\Python36>Lib\..\python -m test test_sys prints
 test_executable (__main__.SysModuleTest) ... ok

C:\Programs\Python36>Lib\..\python -c "import sys; print(sys.executable)"
C:\Programs\Python36\python.exe
History
Date User Action Args
2017-07-29 00:31:28terry.reedysetrecipients: + terry.reedy, vstinner, serhiy.storchaka
2017-07-29 00:31:28terry.reedysetmessageid: <1501288288.6.0.887131282398.issue31030@psf.upfronthosting.co.za>
2017-07-29 00:31:28terry.reedylinkissue31030 messages
2017-07-29 00:31:28terry.reedycreate