This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients r.david.murray, shai
Date 2013-02-02.23:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359848373.22.0.373752295102.issue17108@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2013-02-02 23:39:33r.david.murraysetrecipients: + r.david.murray, shai
2013-02-02 23:39:33r.david.murraysetmessageid: <1359848373.22.0.373752295102.issue17108@psf.upfronthosting.co.za>
2013-02-02 23:39:33r.david.murraylinkissue17108 messages
2013-02-02 23:39:33r.david.murraycreate