[issue17639] symlinking .py files creates unexpected sys.path

Nick Coghlan report at bugs.python.org
Fri Apr 5 17:49:33 CEST 2013


Nick Coghlan added the comment:

Not currently, because interpreter startup is a mess already. Overriding sys.path[0] initialisation is on the list for 3.4 already, I'm just advising strongly against piling any more complexity on top of the current rickety structure until we do something about the foundation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17639>
_______________________________________


More information about the Python-bugs-list mailing list