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 ksriram
Recipients ksriram, pmpp, xtreak
Date 2018-12-02.13:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543755844.14.0.788709270274.issue35375@psf.upfronthosting.co.za>
In-reply-to
Content
Already covered in issue29929: https://bugs.python.org/issue29929.

Thanks xtreak for the link to the message thread.

PEP 432 seems to have methods to resolve this.

Currently if the code doesn't access to .local, one can use the -I commandline option and use from . import module for local imports.
History
Date User Action Args
2018-12-02 13:04:04ksriramsetrecipients: + ksriram, pmpp, xtreak
2018-12-02 13:04:04ksriramsetmessageid: <1543755844.14.0.788709270274.issue35375@psf.upfronthosting.co.za>
2018-12-02 13:04:04ksriramlinkissue35375 messages
2018-12-02 13:04:04ksriramcreate