Eric Snow <[email protected]> added the comment:
On Tue, Feb 12, 2019 at 3:57 AM STINNER Victor <[email protected]> wrote: > A long term solution would to enable -I behavior by default: don't add the > current directory to sys.path when using -c CMD. >From what I can recall, it was a conscious decision to include CWD in >sys.path. Doing so benefits some scripting use cases. The downside is the >effect when running an app. ---------- nosy: +eric.snow _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35969> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
