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 Ronan.Lamy
Recipients Aaron.Meurer, Arfrever, Ronan.Lamy, brett.cannon
Date 2012-05-31.19:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338493581.26.0.539077143497.issue14938@psf.upfronthosting.co.za>
In-reply-to
Content
That would force the Loaders to know how to convert a module name into a file path, which isn't the case now since FileLoader.get_filename() is just a shim that returns self.path. So I'd rather add an optional argument to FileLoader. Actually, I feel that the clean solution would be to have packages be a separate Loader class, but that would be a significant change...
History
Date User Action Args
2012-05-31 19:46:21Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, Arfrever, Aaron.Meurer
2012-05-31 19:46:21Ronan.Lamysetmessageid: <1338493581.26.0.539077143497.issue14938@psf.upfronthosting.co.za>
2012-05-31 19:46:20Ronan.Lamylinkissue14938 messages
2012-05-31 19:46:20Ronan.Lamycreate