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, docs@python, eric.snow, r.david.murray
Date 2014-02-13.04:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392264885.86.0.0343351293238.issue20199@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another one:

There's a news entry for the introduction of importlib.abc.Loader.init_module_attrs, but no news entry for its removal (but it is gone).  There is still a whatsnew entry that mentions it.

IMO there should be a NEWS entry that mentions the removal, since there is one that mentions the add.  Similarly for module_to_load.

Based on the deprecation warning in the module_for_loader code, I'm changing the whatsnew entry for its deprecation to the same text (that the import system handles it automatically) and referencing the pep 451 entry.  I get the impression from that entry that there are quite a few more importlib methods and functions that need to be listed there as deprecated.
History
Date User Action Args
2014-02-13 04:14:45r.david.murraysetrecipients: + r.david.murray, brett.cannon, docs@python, eric.snow
2014-02-13 04:14:45r.david.murraysetmessageid: <1392264885.86.0.0343351293238.issue20199@psf.upfronthosting.co.za>
2014-02-13 04:14:45r.david.murraylinkissue20199 messages
2014-02-13 04:14:45r.david.murraycreate