[issue20383] Add a keyword-only spec argument to types.ModuleType

Nick Coghlan report at bugs.python.org
Sat May 31 03:24:37 CEST 2014


Nick Coghlan added the comment:

Another thing to keep in the back of your minds: one of my goals for PEP
432 is to make it possible to have a fully functional embedded interpreter
up and running *without* configuring the Python level import system. This
is the state the interpreter would be in between the beginning and end of
initialisation.

----------

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


More information about the Python-bugs-list mailing list