Steve Dower <steve.do...@python.org> added the comment:

The more interesting part is the relative directory and how often is it 
resolved? Can you change a program's imports by inducing it to change its 
working directory immediately after startup (or before any lazy imports)? If 
so, we should resolve it to a full path when adding it, regardless of -I.

Having the first entry there is required for local imports to work from the 
startup script, so I don't see it going anywhere. There have been many 
discussions about how to deal with the shadowing "problem", but the eventual 
answer was consenting adults.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32324>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to