This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients barry, brett.cannon, eric.smith, eric.snow, ronaldoussoren
Date 2019-01-08.08:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The background for all of this: I'm currently rewriting modulegraph (https://pypi.org/project/modulegraph/) to use importlib instead of its own implementation of the import mechanism.

I currently detect PEP420 style namespace packages, but I'm not sure if I really need that information.  With the current behaviour of the namespace loader I probably do, because I'd otherwise end up with creating an __init__.py for these packages when I use the generated module graph in py2app to copy modules into an application bundle.
History
Date User Action Args
2019-01-08 08:46:41ronaldoussorensetrecipients: + ronaldoussoren, barry, brett.cannon, eric.smith, eric.snow
2019-01-08 08:46:40ronaldoussorensetmessageid: <[email protected]>
2019-01-08 08:46:40ronaldoussorenlinkissue35673 messages
2019-01-08 08:46:39ronaldoussorencreate