[EMAIL PROTECTED] 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>
--
http://mail.python.org/mailman/listinfo/python-list
