New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to