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, grahamd, methane, ncoghlan, pitrou, steve.dower, vstinner
Date 2019-05-27.15:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558969481.28.0.319814627894.issue22213@roundup.psfhosted.org>
In-reply-to
Content
I wrote the PEP 587 "Python Initialization Configuration" which has been accepted. It allows to completely override the "Path Configuration". I'm not sure that it fully implementation what it requested here, but it should now be easier to tune the Path Configuration. See:
https://www.python.org/dev/peps/pep-0587/#multi-phase-initialization-private-provisional-api

I implemented the PEP 587 in bpo-36763.
History
Date User Action Args
2019-05-27 15:04:41vstinnersetrecipients: + vstinner, ncoghlan, pitrou, grahamd, methane, eric.snow, steve.dower
2019-05-27 15:04:41vstinnersetmessageid: <1558969481.28.0.319814627894.issue22213@roundup.psfhosted.org>
2019-05-27 15:04:41vstinnerlinkissue22213 messages
2019-05-27 15:04:41vstinnercreate