PEP 338: Executing modules inside packages with '-m'

Fredrik Lundh fredrik at pythonware.com
Sun Dec 12 17:15:45 EST 2004


alia_khouri at yahoo.com wrote:

> This will definitely allow me and other python programmers to package
> our scripts better

puzzling.

I'd say that for a typical user,

    $ python -m foo.bar arg

is a marginal improvement over

    $ python -c "import foo.bar" arg

compared to

    $ bar arg

</F> 






More information about the Python-list mailing list