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 steve.dower
Recipients paul.moore, steve.dower, vinay.sajip
Date 2015-02-14.17:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423935096.31.0.778148970391.issue23465@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there are any tests for the launcher at all, though it would be fairly simple to write a Python script that runs ``py -c "import sys; print(sys.prefix)"`` and checks the output.

The patch looks fine to me, once I noticed that venv_python is a static local :). When the PEP is accepted I'll apply the patch (I don't think I've been appointed BDFL-delegate for this yet as Nick suggested, but if I am then I don't see any reason not to accept it).
History
Date User Action Args
2015-02-14 17:31:36steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip
2015-02-14 17:31:36steve.dowersetmessageid: <1423935096.31.0.778148970391.issue23465@psf.upfronthosting.co.za>
2015-02-14 17:31:36steve.dowerlinkissue23465 messages
2015-02-14 17:31:36steve.dowercreate