[New-bugs-announce] [issue17907] Deprecate imp.new_module() in favour of types.ModuleType

Brett Cannon report at bugs.python.org
Sat May 4 20:25:08 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17907>
_______________________________________


More information about the New-bugs-announce mailing list