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 Arfrever, barry, brett.cannon
Date 2013-06-12.17:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371058860.74.0.992914746543.issue18192@psf.upfronthosting.co.za>
In-reply-to
Content
So what are your arguments to making it more accessible? The typical user won't need to use it so I don't know if it really requires being off of importlib directly like find_loader, import_module, or (eventually) reload (which for convenience-sake while at the interpreter should be there).

While I'm happy to entertain the argument that it should be importlib.machinery.MAGIC (like the file suffixes for the various file types) instead of importlib.abc.SourceLoader.magic, I don't want to make it importlib.magic.
History
Date User Action Args
2013-06-12 17:41:00brett.cannonsetrecipients: + brett.cannon, barry, Arfrever
2013-06-12 17:41:00brett.cannonsetmessageid: <1371058860.74.0.992914746543.issue18192@psf.upfronthosting.co.za>
2013-06-12 17:41:00brett.cannonlinkissue18192 messages
2013-06-12 17:41:00brett.cannoncreate