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 Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-16.13:39:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487252349.92.0.185456827773.issue29578@psf.upfronthosting.co.za>
In-reply-to
Content
The ._pth file is certainly not meant to cover beginner scenarios. But with that list of paths you should get almost exactly the same sys.path by default.

Modifying a module's __path__ will only affect that module (and imports via that module), whereas sys.path affects your entire program. Adding an empty string to either should give you the default behavior back, but this is specifically not supported by ._pth.
History
Date User Action Args
2017-02-16 13:39:09steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Big Stone
2017-02-16 13:39:09steve.dowersetmessageid: <1487252349.92.0.185456827773.issue29578@psf.upfronthosting.co.za>
2017-02-16 13:39:09steve.dowerlinkissue29578 messages
2017-02-16 13:39:09steve.dowercreate