[New-bugs-announce] [issue14797] Deprecate imp.find_module()/load_module()

Brett Cannon report at bugs.python.org
Sun May 13 18:32:09 CEST 2012


New submission from Brett Cannon <brett at python.org>:

With importlib.find_loader() now implemented, imp.find_module() (and its companion, imp.load_module()) can go away and stop inflicting their bad API upon the world.

The trick, though, is fixing code that uses the API. That means pkgutil, multiprocessing.forking, modulefinder, and idlelib.EditorWindow all need to be patched to stop using imp.find_module()/load_module().

----------
components: Library (Lib)
messages: 160522
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Deprecate imp.find_module()/load_module()
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14797>
_______________________________________


More information about the New-bugs-announce mailing list