Nick Coghlan added the comment:

Regarding directories and zipfiles, runpy._run_module_as_main also handles 
those - the CLI effectively transforms directory and zipfile execution into a 
"python -m __main__" call with a suitably adjusted sys.path[0] entry (i.e. the 
given directory or zip archive, rather than the current directory).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to