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 r.david.murray
Recipients brett.cannon, pitrou, r.david.murray
Date 2012-04-11.20:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334177793.27.0.633500286324.issue14551@psf.upfronthosting.co.za>
In-reply-to
Content
OK, the text at the start of the section, that I didn't notice in the 2.7 docs, says they are obsolete and replaced by find_module and import_module.  But load_source is much more convenient, so I for one am not going to remove my use of it in the tests I just checked in.  Someone who wants to actually remove load_source can fix them :)
History
Date User Action Args
2012-04-11 20:56:33r.david.murraysetrecipients: + r.david.murray, brett.cannon, pitrou
2012-04-11 20:56:33r.david.murraysetmessageid: <1334177793.27.0.633500286324.issue14551@psf.upfronthosting.co.za>
2012-04-11 20:56:32r.david.murraylinkissue14551 messages
2012-04-11 20:56:32r.david.murraycreate