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 brett.cannon
Recipients brett.cannon
Date 2013-05-28.01:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369704249.95.0.785002868519.issue18076@psf.upfronthosting.co.za>
In-reply-to
Content
Right now importlib.abc.SourceLoader implements get_source(), but most of it is decoding bytes properly. That should probably be abstracted out to importlib.util so that it's available even for loaders which don't provide get_data() or get_filename().
History
Date User Action Args
2013-05-28 01:24:09brett.cannonsetrecipients: + brett.cannon
2013-05-28 01:24:09brett.cannonsetmessageid: <1369704249.95.0.785002868519.issue18076@psf.upfronthosting.co.za>
2013-05-28 01:24:09brett.cannonlinkissue18076 messages
2013-05-28 01:24:09brett.cannoncreate