Brett Cannon added the comment:

The import path definition is a little misleading as sys.path is only inferred 
when 'path' has None passed in. Otherwise 'path' is what __path__ in a package 
is set to, so technically sys.path never even comes into play except by choice 
from PathFinder as it just chooses to treat None to mean sys.path.

----------

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

Reply via email to