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 2014-05-05.13:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399297122.37.0.213732682658.issue21438@psf.upfronthosting.co.za>
In-reply-to
Content
Multiple loaders don't require an argument for load_module() because the module name is provided as part of instance initialization. As such it doesn't hurt to document this fact to help shorten manual calls to the instances as when people do when transitioning off of the imp module.
History
Date User Action Args
2014-05-05 13:38:42brett.cannonsetrecipients: + brett.cannon
2014-05-05 13:38:42brett.cannonsetmessageid: <1399297122.37.0.213732682658.issue21438@psf.upfronthosting.co.za>
2014-05-05 13:38:42brett.cannonlinkissue21438 messages
2014-05-05 13:38:41brett.cannoncreate