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, vstinner
Date 2013-03-22.15:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363965463.01.0.482191109903.issue17515@psf.upfronthosting.co.za>
In-reply-to
Content
This is unnecessary. I added the source_to_code() method (http://docs.python.org/3.4/library/importlib.html#importlib.abc.SourceLoader.source_to_code) to loaders to explicitly handle this case.
History
Date User Action Args
2013-03-22 15:17:43brett.cannonsetrecipients: + brett.cannon, vstinner
2013-03-22 15:17:43brett.cannonsetmessageid: <1363965463.01.0.482191109903.issue17515@psf.upfronthosting.co.za>
2013-03-22 15:17:42brett.cannonlinkissue17515 messages
2013-03-22 15:17:42brett.cannoncreate