Message333213
| 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 | <1546937200.06.0.471690583901.issue35673@roundup.psfhosted.org> |
| 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:41 | ronaldoussoren | set | recipients: + ronaldoussoren, barry, brett.cannon, eric.smith, eric.snow |
| 2019-01-08 08:46:40 | ronaldoussoren | set | messageid: <1546937200.06.0.471690583901.issue35673@roundup.psfhosted.org> |
| 2019-01-08 08:46:40 | ronaldoussoren | link | issue35673 messages |
| 2019-01-08 08:46:39 | ronaldoussoren | create | |