In message <mailman.501.1283789339.29448.python-l...@python.org>, Hugo Arts 
wrote:

> sys.argv is a list of all arguments from the command line ...

Interesting that Python didn’t bother to mimic the underlying POSIX 
convention of passing the command line as arguments to the mainline routine.

I always felt it was more useful to have command arguments directly 
accessible as globals, rather than having to pass them from the mainline.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to