Message 409256 - Python tracker

Message409256

Author steve.dower
Recipients FFY00, eryksun, layday, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2021-12-28.13:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640698856.58.0.728429314547.issue46171@roundup.psfhosted.org>
In-reply-to
Content
There are plenty of other ways to get a venv through a potentially unexpected path (turns out I've been doing one for years), which is why I went with the general warning rather than limiting it to specific behaviours that are subject to change outside of our control.

I'm not opposed to strengthening this check to ignore DOS encoded names, but I think it should remain for anything where the realised executable path isn't the same as what you'd assume from the requested path. Without being very aware of how your directories are all configured, it could be near impossible to diagnose, so the warning in the command-line tool is appropriate.
History
Date User Action Args
2021-12-28 13:40:56steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip, tim.golden, zach.ware, eryksun, FFY00, layday
2021-12-28 13:40:56steve.dowersetmessageid: <1640698856.58.0.728429314547.issue46171@roundup.psfhosted.org>
2021-12-28 13:40:56steve.dowerlinkissue46171 messages
2021-12-28 13:40:56steve.dowercreate