Chris Lasher <chris.las...@gmail.com> added the comment:

One correction: by "beginning of sys.path", what I really mean is, "the portion 
of sys.path after the initial ''". I forgot that '', the empty path, should 
always be at the start of sys.path to ensure that packages and modules in the 
current working directory are given top priority. Thus, I would like to see 
insertions between sys.path[0] and sys.path[1].

Sorry for the confusion.

----------

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

Reply via email to