R. David Murray added the comment:

This is behavior has been true since packages were introduced, and is not going 
to change.  However, I agree that it could be better documented.

In Python3 something that needs to do dynamic module discovery can use 
importlib to be sure of using the same logic that Python itself uses.  (Well, 
that's completely true only for 3.3+, but it is 99+% true for 3.1 and 3.2 as 
well).

----------
nosy: +r.david.murray

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

Reply via email to