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 xdegaye
Recipients xdegaye
Date 2012-11-16.17:42:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353087775.85.0.192512054978.issue16489@psf.upfronthosting.co.za>
In-reply-to
Content
And yes, find_loader returns None, when correctly invoked with the
path argument:

>>> importlib.find_loader('mypackage.foo', ['./mypackage/'])
>>>
History
Date User Action Args
2012-11-16 17:42:55xdegayesetrecipients: + xdegaye
2012-11-16 17:42:55xdegayesetmessageid: <1353087775.85.0.192512054978.issue16489@psf.upfronthosting.co.za>
2012-11-16 17:42:55xdegayelinkissue16489 messages
2012-11-16 17:42:55xdegayecreate