On Fri, Oct 8, 2010 at 5:22 PM, Jeroen Ruigrok van der Werven
<asmo...@in-nomine.org> wrote:
> +1 from me. I sincerely dislike the Perl-esque -m stuff.

-m is generally for developer utilities, or "incidental" utilities
provided by modules that are mainly intended for use as library
modules. It's also very handy for running stuff out of an uninstalled
Python (such as an svn checkout).

For actual end-user facing scripts, a proper script on the system path
is a better option.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to