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 eric.snow
Recipients brett.cannon, eric.snow
Date 2014-04-05.22:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396737543.62.0.329703965741.issue21156@psf.upfronthosting.co.za>
In-reply-to
Content
Now that I've thought about it a little more, I'm more open to the idea.  Source is definitely a universal concept in Python, as is code.  So source_to_code() makes some sense on a most-base type like Loader.  On the other hand, source isn't necessarily associated with all loaders.

I guess my initial gut reaction was that it seemed out of place API-wise.  On InspectLoader it's presence is tied to get_code(), so it makes more sense.
History
Date User Action Args
2014-04-05 22:39:03eric.snowsetrecipients: + eric.snow, brett.cannon
2014-04-05 22:39:03eric.snowsetmessageid: <1396737543.62.0.329703965741.issue21156@psf.upfronthosting.co.za>
2014-04-05 22:39:03eric.snowlinkissue21156 messages
2014-04-05 22:39:03eric.snowcreate