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 ned.deily
Recipients bstorm, eryksun, ned.deily, paul.moore, steve.dower, tim.golden, vinay.sajip, vstinner, zach.ware
Date 2019-07-02.22:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562106843.0.0.872036446247.issue37369@roundup.psfhosted.org>
In-reply-to
Content
New changeset 3c34ea97a341e4dd80b542c99c593f014a8ae410 by Ned Deily (Steve Dower) in branch '3.7':
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)
https://github.com/python/cpython/commit/3c34ea97a341e4dd80b542c99c593f014a8ae410

New changeset 57eba3aff16016be84b2fa8532b4f618fec79d97 by Ned Deily (Steve Dower) in branch '3.7':
bpo-37369: Fix venv and test symlinking (GH-14456)
https://github.com/python/cpython/commit/57eba3aff16016be84b2fa8532b4f618fec79d97

New changeset a88652e488edc7664f395ba1a22b5e46539d01d3 by Ned Deily (Steve Dower) in branch '3.7':
bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)
https://github.com/python/cpython/commit/a88652e488edc7664f395ba1a22b5e46539d01d3
History
Date User Action Args
2019-07-02 22:34:03ned.deilysetrecipients: + ned.deily, paul.moore, vinay.sajip, vstinner, tim.golden, zach.ware, eryksun, steve.dower, bstorm
2019-07-02 22:34:02ned.deilysetmessageid: <1562106843.0.0.872036446247.issue37369@roundup.psfhosted.org>
2019-07-02 22:34:02ned.deilylinkissue37369 messages
2019-07-02 22:34:02ned.deilycreate