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, larry, ncoghlan, python-dev, serhiy.storchaka
Date 2014-01-08.06:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389162240.38.0.417793007791.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch.  I've gone through looking for other such left-overs from earlier patches that included deprecation warnings for loader.load_module(), but this is the only one I found.  However, I did notice that _SpecMethods.from_module() does not get used anywhere.  For now I'm going to remove it.
History
Date User Action Args
2014-01-08 06:24:00eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, larry, Arfrever, python-dev, serhiy.storchaka
2014-01-08 06:24:00eric.snowsetmessageid: <1389162240.38.0.417793007791.issue19713@psf.upfronthosting.co.za>
2014-01-08 06:24:00eric.snowlinkissue19713 messages
2014-01-08 06:24:00eric.snowcreate