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 Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-09-11.20:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505163125.4.0.085893640257.issue31413@psf.upfronthosting.co.za>
In-reply-to
Content
This is by design. You should not be using the ._pth file for anything other than initializing sys.path.

If you want to run code at startup, consider using sitecustomize.py or a regular .pth file, all of which will be imported when you include "import site" in the ._pth file.
History
Date User Action Args
2017-09-11 20:52:05steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Decorater
2017-09-11 20:52:05steve.dowersetmessageid: <1505163125.4.0.085893640257.issue31413@psf.upfronthosting.co.za>
2017-09-11 20:52:05steve.dowerlinkissue31413 messages
2017-09-11 20:52:05steve.dowercreate