Nick Coghlan <ncogh...@gmail.com> added the comment:

Yeah, that one I definitely think could be improved. Could you file a separate 
RFE suggesting that we update sys.path[0] based on __main__.__spec__.origin 
after we look up __main__.__spec__?

That way it will only stay as the current directory if the module being 
executed is in a subdirectory of the current directory, and will otherwise be 
updated appropriately for wherever we actually found the main module.

----------

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

Reply via email to