[New-bugs-announce] [issue25802] Finish deprecating load_module()

Brett Cannon report at bugs.python.org
Fri Dec 4 19:07:43 EST 2015


New submission from Brett Cannon:

There are a couple concrete implementations of load_module() in importlib that have not been explicitly deprecated that probably should be. As part of this I will finally add an Examples section to the importlib docs to show how to do common tasks such as load a source file.

----------
assignee: brett.cannon
components: Library (Lib)
messages: 255905
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: Finish deprecating load_module()
versions: Python 3.6

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


More information about the New-bugs-announce mailing list