[issue9716] The inittab modules cannot be packages

2014-06-20 Thread Kay Hayen
Kay Hayen added the comment: Are you still tracking this as a feature request. If so, please note that I don't need it anymore. The meta path based import mechanism is fully sufficient to me. -- ___ Python tracker

[issue9716] The inittab modules cannot be packages

2013-01-11 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue9716] The inittab modules cannot be packages

2010-09-13 Thread Brett Cannon
Brett Cannon added the comment: Both David and Nick are correct as to why I did what I did. -- ___ Python tracker ___ ___ Python-bugs-

[issue9716] The inittab modules cannot be packages

2010-09-13 Thread Nick Coghlan
Nick Coghlan 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 depende

[issue9716] The inittab modules cannot be packages

2010-09-13 Thread R. David Murray
R. David Murray added the comment: We use versions to track which versions we are going to fix, not which versions are affected (which is why we don't list any versions pre-2.5...2.5 and 2.6 occasionally get security fixes, but no earlier versions even get those). Now, why Brett removed 2.7 i

[issue9716] The inittab modules cannot be packages

2010-09-13 Thread Kay Hayen
Kay Hayen added the comment: Why did you remove Python2.7 from the versions list? Isn't this supposed to track the affected versions? (This is not the first time I encountered that.) I understand that you may not fix all bugs in 2.x, but is it already unsupported in the sense that its bugs ar

[issue9716] The inittab modules cannot be packages

2010-09-12 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.2, Python 3.3 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue9716] The inittab modules cannot be packages

2010-09-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +brett.cannon, ncoghlan type: feature request -> behavior versions: -Python 2.6 ___ Python tracker ___ _

[issue9716] The inittab modules cannot be packages

2010-08-30 Thread Kay Hayen
New submission from Kay Hayen : Hello, I try to include modules with PyImport_AppendInittab or PyImport_ExtendInittab and that works fine. But if these modules are part of a package, i.e. I provide "package_name.module_name" as the name, they never get considered. Is there any way to add a pa