[issue26277] Allow zipapp to target modules

2016-02-03 Thread flying sheep
New submission from flying sheep: currently, zipapp’s notion of __main__.py is very different from the usual. the root directory of a zipapp is not a module, therefore __init__.py isn’t used and relative imports from __main__.py don’t work. i propose that the zipapp functionality is

[issue26277] Allow zipapp to target modules

2016-02-03 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +paul.moore ___ Python tracker ___ ___ Python-bugs-list