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 <rep...@bugs.python.org> <http://bugs.python.org/issue28026> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com