Message333213
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. |
|
| Date |
User |
Action |
Args |
| 2019-01-08 08:46:41 | ronaldoussoren | set | recipients:
+ ronaldoussoren, barry, brett.cannon, eric.smith, eric.snow |
| 2019-01-08 08:46:40 | ronaldoussoren | set | messageid: <[email protected]> |
| 2019-01-08 08:46:40 | ronaldoussoren | link | issue35673 messages |
| 2019-01-08 08:46:39 | ronaldoussoren | create | |
|