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 brett.cannon, eric.snow, lemburg, minrk, ncoghlan, r.david.murray, tdsmith, vstinner
Date 2015-06-29.20:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435610517.61.0.980816113982.issue24534@psf.upfronthosting.co.za>
In-reply-to
Content
> The attached patch removes support for executing code in .pth files

This change will basically break all Python applications. Don't do that.

If you believe that we can smoothly move to a world without .pth files, you should propose an overall plan, step by step. It implies to add an option to Python to disable .pth files. It might be enabled by the -I command line option.

https://docs.python.org/dev/using/cmdline.html#cmdoption-I
History
Date User Action Args
2015-06-29 20:41:57vstinnersetrecipients: + vstinner, lemburg, brett.cannon, ncoghlan, r.david.murray, eric.snow, minrk, tdsmith
2015-06-29 20:41:57vstinnersetmessageid: <1435610517.61.0.980816113982.issue24534@psf.upfronthosting.co.za>
2015-06-29 20:41:57vstinnerlinkissue24534 messages
2015-06-29 20:41:57vstinnercreate