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 eryksun
Recipients eryksun, ncoghlan, ned.deily, nedbat
Date 2017-03-06.00:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488758555.75.0.416233253654.issue29723@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't have a specific problem that it causes. 

Adding an arbitrary directory ahead of the standard library in sys.path is a problem waiting to happen. This also happens when the import source is a zip file, e.g. a .pyz app.
History
Date User Action Args
2017-03-06 00:02:35eryksunsetrecipients: + eryksun, ncoghlan, nedbat, ned.deily
2017-03-06 00:02:35eryksunsetmessageid: <1488758555.75.0.416233253654.issue29723@psf.upfronthosting.co.za>
2017-03-06 00:02:35eryksunlinkissue29723 messages
2017-03-06 00:02:35eryksuncreate