[issue1644818] Allow built-in packages and submodules as well as top-level modules

2018-05-02 Thread Fred L. Drake, Jr.
Change by Fred L. Drake, Jr. : -- nosy: +fdrake ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2017-07-24 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2015-10-05 Thread Nick Coghlan
Nick Coghlan added the comment: Petr, this could be an interesting issue to take a look at from the point of view of the builtin and extension module import changes in Python 3.5. Given the extent of the import system changes across 3.3/4/5, it's even conceivable we may have made this work som

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2013-10-17 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2012-07-20 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2012-06-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-08-09 Thread Brett Cannon
Brett Cannon added the comment: Import is explicitly exempt from the moratorium. But since the moratorium expires starting with Python 3.3 it really doesn't matter since this change will not go into 3.2. -- ___ Python tracker

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-08-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe this is covered by the PEP3003 3.2 change moratorium. -- nosy: +terry.reedy versions: +Python 3.3 -Python 3.2 ___ Python tracker __

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-04-29 Thread Nick Coghlan
Nick Coghlan added the comment: Unassigning - this idea needs a lot more specification work to be done before actually implementing it becomes a good idea. (e.g. IronPython and Jython should be looked at to see how they handle the naming schemes in the standard libraries for their respective

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-04-29 Thread Nick Coghlan
Changes by Nick Coghlan : -- stage: needs patch -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1644818] Allow built-in packages and submodules as well as top-level modules

2010-04-29 Thread Nick Coghlan
Nick Coghlan added the comment: OK, reassessing with brain fully engaged this time: the current patch is incorrect, and this request is more complicated than one might initially think :) It appears that since the patch was originally tried out only on Windows, a Modules/Setup based system ba