New submission from Brett Cannon:

imp.new_module() does not need to exist since code can use types.ModuleType's 
constructor.

----------
components: Library (Lib)
keywords: easy
messages: 188388
nosy: brett.cannon
priority: low
severity: normal
stage: test needed
status: open
title: Deprecate imp.new_module() in favour of types.ModuleType
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17907>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to