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 Jeffrey.Armstrong, brett.cannon, christian.heimes, ncoghlan, terry.reedy
Date 2013-01-12.14:17:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358000253.07.0.250792667756.issue16880@psf.upfronthosting.co.za>
In-reply-to
Content
load_dynamic should probably be documented since it does something you can't do on your own and importlib itself uses it.

As for the exception test, it should be to make sure ImportError is raised (i.e. the 'else' clause is hit).
History
Date User Action Args
2013-01-12 14:17:33brett.cannonsetrecipients: + brett.cannon, terry.reedy, ncoghlan, christian.heimes, Jeffrey.Armstrong
2013-01-12 14:17:33brett.cannonsetmessageid: <1358000253.07.0.250792667756.issue16880@psf.upfronthosting.co.za>
2013-01-12 14:17:33brett.cannonlinkissue16880 messages
2013-01-12 14:17:32brett.cannoncreate