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 Malcolm Smith, ammar2, excitoon, izbyshev, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2018-05-30.16:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527696322.65.0.682650639539.issue29326@psf.upfronthosting.co.za>
In-reply-to
Content
The python._pth file generated for the embeddable distribution includes ".", which allows you to import from the dist directory. The blank line should be ignored.

If you want to misuse the embeddable distribution by not restricting its search paths, delete the ._pth file.
History
Date User Action Args
2018-05-30 16:05:22steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, python-dev, zach.ware, Malcolm Smith, ammar2, izbyshev, excitoon
2018-05-30 16:05:22steve.dowersetmessageid: <1527696322.65.0.682650639539.issue29326@psf.upfronthosting.co.za>
2018-05-30 16:05:22steve.dowerlinkissue29326 messages
2018-05-30 16:05:22steve.dowercreate