[New-bugs-announce] [issue20383] Add a keyword-only spec argument to types.ModuleType
Brett Cannon
report at bugs.python.org
Fri Jan 24 18:11:47 CET 2014
New submission from Brett Cannon:
Would allow for the name attribute to be optional since it can be grabbed from the spec. Since having module.__spec__ set is now expected we should help ensure that by supporting it in the constructor.
----------
components: Library (Lib)
messages: 209100
nosy: brett.cannon, eric.snow, ncoghlan
priority: low
severity: normal
stage: test needed
status: open
title: Add a keyword-only spec argument to types.ModuleType
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20383>
_______________________________________
More information about the New-bugs-announce
mailing list