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 brett.cannon, eric.smith, r.david.murray, xdegaye
Date 2012-11-16.19:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353095229.22.0.141905621595.issue16489@psf.upfronthosting.co.za>
In-reply-to
Content
> Not necessarily.  The fact that there is nothing to load doesn't
> mean it isn't the right loader if there *was* something to load.

But it is not even the right loader if there *was* something to load,
as get_filename() returns './foo.py' which is wrong even if
mypackage/foo.py had existed.  It should have returned
'./mypackage/foo.py' to be an acceptable loader for a would-be
mypackage.foo module.
History
Date User Action Args
2012-11-16 19:47:09xdegayesetrecipients: + xdegaye, brett.cannon, eric.smith, r.david.murray
2012-11-16 19:47:09xdegayesetmessageid: <1353095229.22.0.141905621595.issue16489@psf.upfronthosting.co.za>
2012-11-16 19:47:09xdegayelinkissue16489 messages
2012-11-16 19:47:09xdegayecreate