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 Arfrever, brett.cannon, eric.snow, ncoghlan, python-dev, serhiy.storchaka
Date 2014-01-03.08:17:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388737030.15.0.278991644652.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that updates a couple files to not use find_module/load_module.  These are the only changes like this (of consequence) outside pydoc, pkgutil, and importlib, which are covered by other tickets.
History
Date User Action Args
2014-01-03 08:17:10eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever, python-dev, serhiy.storchaka
2014-01-03 08:17:10eric.snowsetmessageid: <1388737030.15.0.278991644652.issue19713@psf.upfronthosting.co.za>
2014-01-03 08:17:10eric.snowlinkissue19713 messages
2014-01-03 08:17:10eric.snowcreate