[issue9716] The inittab modules cannot be packages

Nick Coghlan report at bugs.python.org
Mon Sep 13 15:34:02 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I assume Brett marked this 3.x only because we currently don't support builtin packages at all, so making this work crosses way over into feature request territory. That makes it unsuitable for a branch in maintenance mode (i.e. 2.7).

Added the relevant dependency regarding support for builtin packages and removed 3.2 as a target version (as per Brett's comment on the other issue - the necessary spec work hasn't even been started, so there's no way this is a chance for 3.2).

----------
dependencies: +Allow built-in packages and submodules as well as top-level modules
type: behavior -> feature request
versions:  -Python 3.2

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


More information about the Python-bugs-list mailing list