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 vstinner
Recipients eric.snow, mariofutire, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-27.21:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558992646.57.0.847766565971.issue34725@roundup.psfhosted.org>
In-reply-to
Content
I read again the issue. In short, the Path Configuration is a mess and unusable in some cases :-) I reopen the issue.

Handling venv shouldn't be handled by the site module which is optional, but earlier.

I guess that venv support was added to site because it is way eaiser to write C than touching getpath.c written in C.
History
Date User Action Args
2019-05-27 21:30:46vstinnersetrecipients: + vstinner, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower, mariofutire
2019-05-27 21:30:46vstinnersetmessageid: <1558992646.57.0.847766565971.issue34725@roundup.psfhosted.org>
2019-05-27 21:30:46vstinnerlinkissue34725 messages
2019-05-27 21:30:46vstinnercreate