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 brett.cannon, docs@python, eric.snow, r.david.murray
Date 2014-01-09.03:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389239912.6.0.393562391681.issue20199@psf.upfronthosting.co.za>
In-reply-to
Content
utils.module_to_load() has been removed (it was introduced in 3.4) and module_for_loader() remains deprecated.  The import machinery now does the work that both functions did, rendering them unnecessary.  I guess I failed to take a look at whatsnew relative all the PEP 451 changes.
History
Date User Action Args
2014-01-09 03:58:32eric.snowsetrecipients: + eric.snow, brett.cannon, r.david.murray, docs@python
2014-01-09 03:58:32eric.snowsetmessageid: <1389239912.6.0.393562391681.issue20199@psf.upfronthosting.co.za>
2014-01-09 03:58:32eric.snowlinkissue20199 messages
2014-01-09 03:58:32eric.snowcreate