[New-bugs-announce] [issue28026] module_from_spec() should raise an error in 3.6

Eric Snow report at bugs.python.org
Thu Sep 8 14:01:32 EDT 2016


New submission from Eric Snow:

In Lib/importlib/_bootstrap.py, module_from_spec() specifies that the current deprecation warning should be an error in 3.6.  So, here's a patch.

----------
assignee: eric.snow
components: Interpreter Core
files: module_from_spec.diff
keywords: patch
messages: 275086
nosy: brett.cannon, eric.snow
priority: normal
severity: normal
stage: patch review
status: open
title: module_from_spec() should raise an error in 3.6
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file44472/module_from_spec.diff

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


More information about the New-bugs-announce mailing list